File size: 178 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
module.exports = {
cacheDirectory: '<rootDir>/.cache/jest',
rootDir: '../../../',
testEnvironment: 'node',
testMatch: [ '<rootDir>/test/e2e/specs/*.js' ],
verbose: true,
};
|