Skip to content

Commit 3f3363e

Browse files
committed
chore: update tests
…and use vitest
1 parent 01123aa commit 3f3363e

8 files changed

+768
-3697
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.wordWrapColumn": 100
3+
}

package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
"@alloc/is": "^3.1.2",
2828
"@alloc/prettier-config": "^1.0.0",
2929
"@types/eslint-visitor-keys": "^1.0.0",
30-
"@types/jest": "^26.0.21",
3130
"@types/node": "^14.14.35",
32-
"dedent": "^0.7.0",
33-
"esbuild-jest": "npm:@alloc/esbuild-jest@^0.3.5",
34-
"jest": "^26.6.3",
31+
"endent": "^2.1.0",
3532
"prettier": "^2.2.1",
36-
"typescript": "^4.2.3"
33+
"typescript": "^4.2.3",
34+
"vitest": "^0.31.0"
3735
},
3836
"engines": {
3937
"node": ">= 7.6.0"

0 commit comments

Comments
 (0)