diff --git a/e2e/jest.config.js b/e2e/jest.config.js index 0c83f1c1f4..b85bf2987c 100644 --- a/e2e/jest.config.js +++ b/e2e/jest.config.js @@ -1,9 +1,8 @@ const base = require('../jest.config'); -module.exports = { - ...base, +module.exports = Object.assign({}, base, { rootDir: '.', testRegex: '/__tests__/.+\\.(test|spec)\\.ts$', coverageDirectory: '/../coverage/e2e', snapshotSerializers: ['/__serializers__/test-run-result.ts'], -}; +}); diff --git a/src/utils/hacks.ts b/src/utils/hacks.ts new file mode 100644 index 0000000000..e69de29bb2