We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm test
1 parent 3f603af commit 90a2538Copy full SHA for 90a2538
package.json
@@ -33,7 +33,7 @@
33
"test-image": "./tasks/test_image.sh",
34
"test-syntax": "node test/syntax_test.js",
35
"test-bundle": "node tasks/test_bundle.js",
36
- "test": "npm run test-jasmine && npm test-image && npm test-syntax && npm test-bundle",
+ "test": "npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle",
37
"start-test_dashboard": "node devtools/test_dashboard/server.js",
38
"start-image_viewer": "node devtools/image_viewer/server.js",
39
"baseline": "./tasks/baseline.sh",
0 commit comments