Skip to content

Commit 0d70dba

Browse files
author
Jan Jelschen
committed
disable source maps for unit testing
workaround for known bug in Angular CLI angular/angular-cli#7296
1 parent ccb947d commit 0d70dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ng": "ng",
3131
"start": "ng serve -H 0.0.0.0 --preserve-symlinks",
3232
"build": "ng build --prod",
33-
"test": "ng test",
34-
"test:once": "ng test --single-run",
33+
"test": "ng test -sm=false",
34+
"test:once": "ng test --single-run -sm=false",
3535
"lint": "ng lint",
3636
"pree2e": "webdriver-manager update --ignore_ssl --gecko=false",
3737
"e2e": "ng e2e",

0 commit comments

Comments
 (0)