mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Merge pull request #276 from jlmitch5/testWatchFix
fix jest.config.js so `npm run test-watch` works
This commit is contained in:
commit
3b7b27ea20
@ -34,5 +34,8 @@ module.exports = {
|
||||
},
|
||||
transformIgnorePatterns: [
|
||||
'[/\\\\]node_modules[/\\\\].+\\.(?!(axios)/)(js|jsx)$'
|
||||
],
|
||||
watchPathIgnorePatterns: [
|
||||
'<rootDir>/node_modules'
|
||||
]
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user