Skip to content

Commit 5b28a6e

Browse files
committed
run CI tests in ChromeHeadless
1 parent 3833314 commit 5b28a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"version": "yarpm run build && yarpm run generate-docs && git add -A dist docs",
9393
"pretest": "yarpm run build",
9494
"test": "yarpm run test-node && yarpm run test-ci",
95-
"test-ci": "karma start test/unit/karma.conf.js --single-run --verbose && for a in coverage/*; do codeclimate-test-reporter < \\\"$a/lcov.info\\\"; break; done",
95+
"test-ci": "karma start test/unit/karma.conf.js --browsers=ChromeHeadless --single-run --verbose && for a in coverage/*; do codeclimate-test-reporter < \\\"$a/lcov.info\\\"; break; done",
9696
"test-local": "yarpm run test-unit && yarpm run test-node && yarpm run test-amd && yarpm run test-esm && yarpm run test-globals && yarpm run test-typescript && yarpm run test-webworker",
9797
"test-unit": "karma start test/unit/karma.conf.js --single-run",
9898
"test-amd": "karma start test/deployment/amd/karma.conf.js --single-run",

0 commit comments

Comments
 (0)