We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779553b commit 8ea35c5Copy full SHA for 8ea35c5
package.json
@@ -9,7 +9,7 @@
9
"test": "ng test --watch=false",
10
"lint": "ng lint",
11
"e2e": "ng e2e",
12
- "test-watch": "ng test --watch=false",
+ "test-watch": "ng test --watch=true",
13
"coverage": "ng test --watch=false --code-coverage",
14
"coveralls": "coveralls < ./coverage/lcov.info"
15
},
0 commit comments