mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Move everything to awx/ui_next (#297)
This commit is contained in:
9
awx/ui_next/jest.setup.js
Normal file
9
awx/ui_next/jest.setup.js
Normal file
@@ -0,0 +1,9 @@
|
||||
require('@babel/polyfill');
|
||||
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
export const asyncFlush = () => new Promise((resolve) => setImmediate(resolve));
|
||||
|
||||
const enzyme = require('enzyme');
|
||||
const Adapter = require('enzyme-adapter-react-16');
|
||||
|
||||
enzyme.configure({ adapter: new Adapter() });
|
||||
Reference in New Issue
Block a user