Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Dec 19, 2018
1 parent 7568a66 commit 3546289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ module.exports = {
transform: {
'^.+\\.js$': 'babel-jest',
},
testEnvironment: 'node',
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.js$',
coveragePathIgnorePatterns: ['/node_modules/'],
};

0 comments on commit 3546289

Please sign in to comment.