Skip to content

Commit 42f2321

Browse files
committed
test(unit): added vitest as an additional runner
to prepare to transition from mocha to vitest
1 parent d6eba7b commit 42f2321

File tree

5 files changed

+9329
-5047
lines changed

5 files changed

+9329
-5047
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)