Skip to content

Commit 40a9c00

Browse files
committed
add npm run test-image script
1 parent 346b55f commit 40a9c00

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
@@ -47,7 +47,7 @@
4747
"build": "npm run preprocess && npm run bundle",
4848
"watch": "node tasks/watch_plotly.js",
4949
"test-jasmine": "karma start test/jasmine/karma.conf.js",
50-
"test-image": "echo TODO",
50+
"test-image": "node test/image/compare_pixel_test.js",
5151
"test": "npm run test-jasmine && npm test-image",
5252
"start-test_dashboard": "node devtools/test_dashboard/server.js",
5353
"start-image_viewer": "node devtools/image_viewer/server.js"

0 commit comments

Comments
 (0)