Skip to content

Commit 18ec890

Browse files
committed
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

Diff for: circle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- npm install -g [email protected]
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

Diff for: package.json

+1-1
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)