Skip to content

Commit 21487a9

Browse files
committed
chore(nyc): fix format of nyc configs
1 parent 6e50a82 commit 21487a9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@
2525
"typings": "^1.3.3"
2626
},
2727
"nyc": {
28-
"extension": [ ".ts" ],
29-
"reporter": [ "lcov", "text-summary" ],
28+
"extension": [
29+
".ts"
30+
],
31+
"reporter": [
32+
"lcov",
33+
"text-summary"
34+
],
3035
"report-dir": "test/coverage"
3136
}
3237
}

0 commit comments

Comments
 (0)