Skip to content

Commit 8ea35c5

Browse files
committed
Fix test-watch script
1 parent 779553b commit 8ea35c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "ng test --watch=false",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e",
12-
"test-watch": "ng test --watch=false",
12+
"test-watch": "ng test --watch=true",
1313
"coverage": "ng test --watch=false --code-coverage",
1414
"coveralls": "coveralls < ./coverage/lcov.info"
1515
},

0 commit comments

Comments
 (0)