mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
cross-env and enzyme
This commit is contained in:
parent
ebb0818093
commit
8d6a529ea5
|
@ -43,9 +43,10 @@
|
|||
"bestzip": "^2.1.7",
|
||||
"chromedriver": "^2.35.0",
|
||||
"copy-webpack-plugin": "^6.3.1",
|
||||
"cross-env": "^1.0.8",
|
||||
"cross-env": "^7.0.2",
|
||||
"electron": "^2.0.2",
|
||||
"enzyme": "^2.3.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-15.4": "^1.4.2",
|
||||
"eslint": "^7.6.0",
|
||||
"eslint-config-airbnb": "^0.1.0",
|
||||
"eslint-plugin-react": "^3.2.3",
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
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() });
|
||||
|
|
1076
extension/yarn.lock
1076
extension/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user