| module.exports = { | |
| cacheDirectory: '<rootDir>/.cache/jest', | |
| rootDir: '../../../', | |
| testEnvironment: 'node', | |
| testMatch: [ '<rootDir>/test/e2e/specs/*.js' ], | |
| verbose: true, | |
| }; | |
| module.exports = { | |
| cacheDirectory: '<rootDir>/.cache/jest', | |
| rootDir: '../../../', | |
| testEnvironment: 'node', | |
| testMatch: [ '<rootDir>/test/e2e/specs/*.js' ], | |
| verbose: true, | |
| }; | |