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.
1 parent 346b55f commit 40a9c00Copy full SHA for 40a9c00
package.json
@@ -47,7 +47,7 @@
47
"build": "npm run preprocess && npm run bundle",
48
"watch": "node tasks/watch_plotly.js",
49
"test-jasmine": "karma start test/jasmine/karma.conf.js",
50
- "test-image": "echo TODO",
+ "test-image": "node test/image/compare_pixel_test.js",
51
"test": "npm run test-jasmine && npm test-image",
52
"start-test_dashboard": "node devtools/test_dashboard/server.js",
53
"start-image_viewer": "node devtools/image_viewer/server.js"
0 commit comments