Skip to content

Commit

Permalink
Add jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Feb 23, 2020
1 parent aa90dfa commit 6d387a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
@@ -0,0 +1,6 @@
module.exports = {
transform: {
'^.+\\.js$': 'babel-jest',
},
transformIgnorePatterns: ['<rootDir>/node_modules/'],
}

0 comments on commit 6d387a6

Please sign in to comment.