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