Skip to content

Commit 2ad12a2

Browse files
committed
run node tests also on CI
1 parent f79ffc2 commit 2ad12a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"build": "rollup --config rollup.config.js",
8989
"version": "npm run build && git add -A dist",
9090
"pretest": "npm run build",
91-
"test": "karma start test/saucelabs/karma.conf.js --single-run --verbose && for a in coverage/*; do codeclimate-test-reporter < \\\"$a/lcov.info\\\"; break; done",
91+
"test": "npm run test-node && npm run test-saucelabs",
92+
"test-saucelabs": "karma start test/saucelabs/karma.conf.js --single-run --verbose && for a in coverage/*; do codeclimate-test-reporter < \\\"$a/lcov.info\\\"; break; done",
9293
"test-local": "npm run test-unit && npm run test-node && npm run test-amd && npm run test-esm && npm run test-globals && npm run test-typescript && npm run test-webworker",
9394
"test-unit": "karma start test/unit/karma.conf.js --single-run",
9495
"test-amd": "karma start test/deployment/amd/karma.conf.js --single-run",

0 commit comments

Comments
 (0)