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:
6
6
- npm install -g npm@5.2.0
7
7
test :
8
8
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 21
21
"lint:fix" : " npm run lint -- --fix" ,
22
22
"setup" : " node build/install-hooks.js" ,
23
23
"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" ,
25
25
"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" ,
26
26
"test:unit:karma" : " npm run build:test && cross-env BABEL_ENV=test TARGET=browser karma start test/unit/setup/karma.conf.js --single-run" ,
27
27
"test:types" : " tsc -p types" ,
You can’t perform that action at this time.
0 commit comments