Skip to content

Commit

Permalink
test(unit): added vitest as a second runner to prepare to transition …
Browse files Browse the repository at this point in the history
…from mocha
  • Loading branch information
travi committed Apr 15, 2023
1 parent 5671b8f commit 6977889
Show file tree
Hide file tree
Showing 5 changed files with 8,791 additions and 4,542 deletions.
15 changes: 14 additions & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
{"reporter":["lcov","text-summary","html"],"exclude":["src/**/*-test.js","test/","thirdparty-wrappers/","vendor/"]}
{
"reporter": [
"lcov",
"text-summary",
"html"
],
"exclude": [
"src/**/*-test.js",
"src/**/*.test.js",
"test/",
"thirdparty-wrappers/",
"vendor/"
]
}
Loading

0 comments on commit 6977889

Please sign in to comment.