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

View File

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