Skip to content

Commit f170285

Browse files
committed
fix: makes node6 happy
1 parent bbe2737 commit f170285

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

e2e/jest.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
const base = require('../jest.config');
22

3-
module.exports = {
4-
...base,
3+
module.exports = Object.assign({}, base, {
54
rootDir: '.',
65
testRegex: '/__tests__/.+\\.(test|spec)\\.ts$',
76
coverageDirectory: '<rootDir>/../coverage/e2e',
87
snapshotSerializers: ['<rootDir>/__serializers__/test-run-result.ts'],
9-
};
8+
});

src/utils/hacks.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)