Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18ec890

Browse files
committedJan 3, 2018
test: rename compat tests
1 parent fad069d commit 18ec890

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- npm install -g npm@5.2.0
77
test:
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

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)
Please sign in to comment.