Skip to content

Commit e2bd4b6

Browse files
committed
Temp fix to incorrect detection of if else branches in code coverage
See angular cli regression: angular/angular-cli#11672
1 parent 2aaed66 commit e2bd4b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/angular.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"options": {
6969
"main": "src/test.ts",
7070
"karmaConfig": "src/karma.conf.js",
71+
"sourceMap": true,
7172
"polyfills": "src/polyfills.ts",
7273
"tsConfig": "src/tsconfig.spec.json",
7374
"scripts": [],

0 commit comments

Comments
 (0)