We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe2737 commit f170285Copy full SHA for f170285
2 files changed
e2e/jest.config.js
@@ -1,9 +1,8 @@
1
const base = require('../jest.config');
2
3
-module.exports = {
4
- ...base,
+module.exports = Object.assign({}, base, {
5
rootDir: '.',
6
testRegex: '/__tests__/.+\\.(test|spec)\\.ts$',
7
coverageDirectory: '<rootDir>/../coverage/e2e',
8
snapshotSerializers: ['<rootDir>/__serializers__/test-run-result.ts'],
9
-};
+});
src/utils/hacks.ts
0 commit comments