File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies:
66 - npm install -g npm@5.2.0
77test :
88 override :
9- - npm run test
10- - npm run test:compatibility
11- - npm run coverage
9+ - npm run test
10+ - npm run test:compat
11+ - npm run coverage
Original file line number Diff line number Diff line change 2121 "lint:fix" : " npm run lint -- --fix" ,
2222 "setup" : " node build/install-hooks.js" ,
2323 "test" : " npm run lint && npm run lint:docs && npm run flow && npm run test:types && npm run test:unit && npm run test:unit:karma" ,
24- "test:compatibility " : " test/test.sh" ,
24+ "test:compat " : " test/test.sh" ,
2525 "test:unit" : " npm run build:test && cross-env BABEL_ENV=test && mocha-webpack --webpack-config build/webpack.test.config.js test/unit/specs --recursive --require test/unit/setup/mocha.setup.js" ,
2626 "test:unit:karma" : " npm run build:test && cross-env BABEL_ENV=test TARGET=browser karma start test/unit/setup/karma.conf.js --single-run" ,
2727 "test:types" : " tsc -p types" ,
You can’t perform that action at this time.
0 commit comments