1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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