mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-15 06:07:30 +03:00
f1c2e17998
* cross-env and enzyme * babel/register * eslint and file-loader * raw-loader * rimraf and style-loader * lodash and react-icons * react-redux and redux * prettify
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
require('@babel/polyfill');
|
|
global.chrome = require('sinon-chrome');
|
|
import Enzyme from 'enzyme';
|
|
import Adapter from 'enzyme-adapter-react-15.4';
|
|
|
|
Enzyme.configure({ adapter: new Adapter() });
|