File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 33
33
"build:umd:min" : " cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/react-redux.min.js" ,
34
34
"build" : " npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min" ,
35
35
"clean" : " rimraf lib dist es coverage" ,
36
- "lint" : " eslint src test/utils test/components test/getTestDeps.js " ,
36
+ "lint" : " eslint src test/utils test/components" ,
37
37
"prepare" : " npm run clean && npm run build" ,
38
38
"test" : " node ./test/run-tests.js" ,
39
39
"coverage" : " codecov"
Original file line number Diff line number Diff line change @@ -527,7 +527,6 @@ describe('React', () => {
527
527
const store = createStore ( stringBuilder )
528
528
529
529
let invocationCount = 0
530
- let setFoo
531
530
532
531
/*eslint-disable no-unused-vars */
533
532
@connect ( ( arg1 ) => {
You can’t perform that action at this time.
0 commit comments