Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit e3d5862

Browse files
Fix jasmine test flags
1 parent a48ac2f commit e3d5862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-closure-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"scripts": {
6666
"build": "echo \"google-closure-compiler build\"",
67-
"test": "jasmine --reporter=jasmine-console-reporter test/*.js"
67+
"test": "jasmine --reporter=jasmine-console-reporter test/*.js --"
6868
},
6969
"engines": {
7070
"node": ">=18"

0 commit comments

Comments
 (0)