We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb947d commit 0d70dbaCopy full SHA for 0d70dba
package.json
@@ -30,8 +30,8 @@
30
"ng": "ng",
31
"start": "ng serve -H 0.0.0.0 --preserve-symlinks",
32
"build": "ng build --prod",
33
- "test": "ng test",
34
- "test:once": "ng test --single-run",
+ "test": "ng test -sm=false",
+ "test:once": "ng test --single-run -sm=false",
35
"lint": "ng lint",
36
"pree2e": "webdriver-manager update --ignore_ssl --gecko=false",
37
"e2e": "ng e2e",
0 commit comments