mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
fix jest.config.js so npm run test-watch works
This commit is contained in:
@@ -23,5 +23,8 @@ module.exports = {
|
||||
},
|
||||
transformIgnorePatterns: [
|
||||
'[/\\\\]node_modules[/\\\\].+\\.(?!(axios)/)(js|jsx)$'
|
||||
],
|
||||
watchPathIgnorePatterns: [
|
||||
'<rootDir>/node_modules'
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user