Move everything to awx/ui_next (#297)

This commit is contained in:
Michael Abashian
2019-06-27 11:11:58 -04:00
committed by GitHub
parent 0a6fc8cb89
commit 43592cbe00
327 changed files with 0 additions and 0 deletions

View 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() });