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

Commit 1e1087f

Browse files
committed
fix: test
bug in angular-cli angular/angular-cli#7296
1 parent 95b0a93 commit 1e1087f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:css": "stylelint \"src/**/*.scss\"",
1717
"lint:prettier": "prettier --list-different \"**/*(*.js|*.ts|*.json)\"",
1818
"lint:sort": "import-sort -d -s src/app",
19-
"test": "ng test --environment=test",
19+
"test": "ng test --environment=test --sourcemaps=false",
2020
"test:coverage": "ng test --single-run --code-coverage && open coverage/index.html",
2121
"e2e": "ng e2e",
2222
"fix:all": "npm run fix:sort && npm run fix:css && npm run fix:code",

0 commit comments

Comments
 (0)