fix jest.config.js so npm run test-watch works

This commit is contained in:
John Mitchell
2019-06-19 16:41:19 -04:00
committed by GitHub
parent e1333f5e00
commit 7fee9e35c4

View File

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