Skip to content

Commit

Permalink
fix: makes node6 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Aug 12, 2018
1 parent bbe2737 commit f170285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions e2e/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
const base = require('../jest.config');

module.exports = {
...base,
module.exports = Object.assign({}, base, {
rootDir: '.',
testRegex: '/__tests__/.+\\.(test|spec)\\.ts$',
coverageDirectory: '<rootDir>/../coverage/e2e',
snapshotSerializers: ['<rootDir>/__serializers__/test-run-result.ts'],
};
});
Empty file added src/utils/hacks.ts
Empty file.

0 comments on commit f170285

Please sign in to comment.