We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm test
1 parent 5a9f0cc commit 27f8c92Copy full SHA for 27f8c92
package.json
@@ -39,7 +39,7 @@
39
"test-export": "node tasks/test_export.js",
40
"test-syntax": "node tasks/test_syntax.js",
41
"test-bundle": "node tasks/test_bundle.js",
42
- "test": "npm run citest-jasmine && npm run test-image && npm run test-syntax && npm run test-bundle",
+ "test": "npm run citest-jasmine && npm run test-image && npm run test-image-gl2d && npm run test-syntax && npm run test-bundle",
43
"start-test_dashboard": "node devtools/test_dashboard/server.js",
44
"start-image_viewer": "node devtools/image_viewer/server.js",
45
"start": "npm run start-test_dashboard",
0 commit comments