Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "test(unit): added vitest to prepare to convert mocha …
Browse files Browse the repository at this point in the history
…tests to vitest""

This reverts commit b28bc48.
  • Loading branch information
travi committed Apr 10, 2023
1 parent 0044da0 commit 57c4f01
Show file tree
Hide file tree
Showing 5 changed files with 24,567 additions and 18,614 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 57c4f01

Please sign in to comment.