Merge pull request #276 from jlmitch5/testWatchFix

fix jest.config.js so `npm run test-watch` works
This commit is contained in:
Jake McDermott 2019-06-20 08:25:56 -04:00 committed by GitHub
commit 3b7b27ea20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,8 @@ module.exports = {
},
transformIgnorePatterns: [
'[/\\\\]node_modules[/\\\\].+\\.(?!(axios)/)(js|jsx)$'
],
watchPathIgnorePatterns: [
'<rootDir>/node_modules'
]
};