Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
bug in angular-cli angular/angular-cli#7296
herkulano committed Sep 22, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 95b0a93 commit 1e1087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"lint:css": "stylelint \"src/**/*.scss\"",
"lint:prettier": "prettier --list-different \"**/*(*.js|*.ts|*.json)\"",
"lint:sort": "import-sort -d -s src/app",
"test": "ng test --environment=test",
"test": "ng test --environment=test --sourcemaps=false",
"test:coverage": "ng test --single-run --code-coverage && open coverage/index.html",
"e2e": "ng e2e",
"fix:all": "npm run fix:sort && npm run fix:css && npm run fix:code",

0 comments on commit 1e1087f

Please sign in to comment.