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:
parent
e1333f5e00
commit
7fee9e35c4
@ -23,5 +23,8 @@ module.exports = {
|
||||
},
|
||||
transformIgnorePatterns: [
|
||||
'[/\\\\]node_modules[/\\\\].+\\.(?!(axios)/)(js|jsx)$'
|
||||
],
|
||||
watchPathIgnorePatterns: [
|
||||
'<rootDir>/node_modules'
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user