You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
"test-bundle": "node tasks/test_bundle.js",
52
52
"test-requirejs": "node tasks/test_requirejs.js",
53
53
"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",
0 commit comments