Skip to content

Commit 376947f

Browse files
committed
tweak istanbul settings
1 parent 9e2e241 commit 376947f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@
7474
"reporter": [
7575
"text"
7676
],
77-
"sourceMap": false,
78-
"instrument": false,
79-
"all": true,
77+
"sourceMap": true,
78+
"instrument": true,
8079
"check-coverage": true
8180
}
8281
}

0 commit comments

Comments
 (0)