Skip to content

Commit 1519d97

Browse files
committed
chore: wip
1 parent b4868c6 commit 1519d97

28 files changed

+3388
-175
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ecmaFeatures": {
55
"jsx": true
66
},
7-
"project": "./test/tsconfig.json"
7+
"project": "./tsconfig.json"
88
},
99
"env": {
1010
"es2022": true,

.mocharc.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"loader": "ts-node/esm",
3+
"require": "ts-node/register",
4+
"extension": ["ts"],
5+
"spec": "test/**/*.ts"
6+
}

0 commit comments

Comments
 (0)