Skip to content

Commit 62fc886

Browse files
committed
Do not output coverage summary after tests finish running.
1 parent 207d7be commit 62fc886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.nycrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extension": [
33
".ts"
4-
]
4+
],
5+
"silent": true
56
}

0 commit comments

Comments
 (0)