Skip to content

Commit d4fe732

Browse files
committed
fix for failing tests
1 parent 0b024a9 commit d4fe732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ng-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ng": "ng",
77
"start": "ng serve",
88
"build": "ng build",
9-
"test": "ng test",
9+
"test": "ng test --watch=false",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e",
1212
"gh-pages": "ngh --message=\"update\" --dir ./dist"

0 commit comments

Comments
 (0)