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