Skip to content

Commit 359d60b

Browse files
committed
test: migrate to vitest
1 parent ba79577 commit 359d60b

8 files changed

Lines changed: 2105 additions & 1561 deletions

File tree

.c8rc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"parserOptions": {
3+
"ecmaVersion": 2020
4+
},
25
"rules": {
36
"indent": [2, 2, {"SwitchCase": 1}],
47
"quotes": [2, "single"],

0 commit comments

Comments
 (0)