Skip to content

Commit 90a2538

Browse files
committed
use citest-jasmine in npm test:
- so that all tests can be run in sequence locally with one command.
1 parent 3f603af commit 90a2538

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
@@ -33,7 +33,7 @@
3333
"test-image": "./tasks/test_image.sh",
3434
"test-syntax": "node test/syntax_test.js",
3535
"test-bundle": "node tasks/test_bundle.js",
36-
"test": "npm run test-jasmine && npm test-image && npm test-syntax && npm test-bundle",
36+
"test": "npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle",
3737
"start-test_dashboard": "node devtools/test_dashboard/server.js",
3838
"start-image_viewer": "node devtools/image_viewer/server.js",
3939
"baseline": "./tasks/baseline.sh",

0 commit comments

Comments
 (0)