Skip to content

Commit 58bdb1c

Browse files
committed
chore: add .c8rc to configure c8
1 parent df7454a commit 58bdb1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.c8rc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"all": true,
3+
"include": ["client/out/**"],
4+
"exclude": ["**/node_modules/**", "client/out/test/"],
5+
"reporter": ["html", "text"]
6+
}

0 commit comments

Comments
 (0)