mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
add jest and enzyme testing dependencies and update infrastructure configuration to make testing work
This commit is contained in:
4
enzyme.config.js
Normal file
4
enzyme.config.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const enzyme = require('enzyme');
|
||||
const Adapter = require('enzyme-adapter-react-16');
|
||||
|
||||
enzyme.configure({ adapter: new Adapter() });
|
||||
Reference in New Issue
Block a user