module.exports = { moduleNameMapper: { '^@automattic/calypso-config$': '/client/server/config/index.js', }, modulePaths: [ '/client/extensions' ], rootDir: '../..', testEnvironment: 'node', resolver: require.resolve( '@automattic/calypso-jest/src/module-resolver.js' ), testMatch: [ '/bin/**/integration/*.[jt]s', '/client/**/integration/*.[jt]s', '/test/test/helpers/**/integration/*.[jt]s', '!**/.eslintrc.*', ], verbose: false, };