Skip to content

Commit 897d1f7

Browse files
committed
fix test of package json
1 parent 558a61b commit 897d1f7

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
@@ -51,7 +51,7 @@
5151
"test-bundle": "node tasks/test_bundle.js",
5252
"test-requirejs": "node tasks/test_requirejs.js",
5353
"test-plain-obj": "node tasks/test_plain_obj.js",
54-
"test": "npm run test-jasmine hover_label && npm run test-bundle && npm run test-image && npm run test-export && npm run test-syntax && npm run lint",
54+
"test": "npm run test-jasmine -- --nowatch && npm run test-bundle && npm run test-image && npm run test-export && npm run test-syntax && npm run lint",
5555
"strict": "node devtools/test_dashboard/server.js --strict",
5656
"start": "node devtools/test_dashboard/server.js",
5757
"baseline": "node test/image/make_baseline.js",

0 commit comments

Comments
 (0)