Skip to content

Commit 4c62023

Browse files
committed
test(unit): converted the unit tests to vitest
closes #467
1 parent 11fcb23 commit 4c62023

File tree

13 files changed

+25417
-18971
lines changed

13 files changed

+25417
-18971
lines changed

.c8rc.json

Lines changed: 14 additions & 1 deletion
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+
}

.eslintrc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
root: true
22
extends:
33
- '@form8ion'
4-
- '@form8ion/mocha'
54
- '@form8ion/cucumber'
65

76
overrides:

.mocharc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)