module.exports = { name: 'API integration tests', testMatch: ['**/?(*.)+(spec|test).e2e.js'], testEnvironment: 'node', setupFilesAfterEnv: ['/test/jest2e2.setup.js'], testPathIgnorePatterns: ['/packages/core/database.old'], coveragePathIgnorePatterns: [ '/dist/', '/node_modules/', '/out-tsc/', '/test/', ], transform: {}, modulePathIgnorePatterns: ['.cache'], };