Skip to content

Commit 6977889

Browse files
committed
test(unit): added vitest as a second runner to prepare to transition from mocha
1 parent 5671b8f commit 6977889

File tree

5 files changed

+8791
-4542
lines changed

5 files changed

+8791
-4542
lines changed

.c8rc.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
{"reporter":["lcov","text-summary","html"],"exclude":["src/**/*-test.js","test/","thirdparty-wrappers/","vendor/"]}
1+
{
2+
"reporter": [
3+
"lcov",
4+
"text-summary",
5+
"html"
6+
],
7+
"exclude": [
8+
"src/**/*-test.js",
9+
"src/**/*.test.js",
10+
"test/",
11+
"thirdparty-wrappers/",
12+
"vendor/"
13+
]
14+
}

0 commit comments

Comments
 (0)