We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7454a commit 58bdb1cCopy full SHA for 58bdb1c
.c8rc
@@ -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