Skip to content

Commit

Permalink
disable source maps for unit testing
Browse files Browse the repository at this point in the history
workaround for known bug in Angular CLI
angular/angular-cli#7296
  • Loading branch information
Jan Jelschen committed Sep 20, 2018
1 parent ccb947d commit 0d70dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"ng": "ng",
"start": "ng serve -H 0.0.0.0 --preserve-symlinks",
"build": "ng build --prod",
"test": "ng test",
"test:once": "ng test --single-run",
"test": "ng test -sm=false",
"test:once": "ng test --single-run -sm=false",
"lint": "ng lint",
"pree2e": "webdriver-manager update --ignore_ssl --gecko=false",
"e2e": "ng e2e",
Expand Down

0 comments on commit 0d70dba

Please sign in to comment.