Skip to content

Commit 209b81e

Browse files
committed
use vitest
1 parent 5fceb59 commit 209b81e

File tree

4 files changed

+890
-1341
lines changed

4 files changed

+890
-1341
lines changed

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "tsc",
1111
"pretest": "tsc",
1212
"lint": "eslint --cache --ext .ts .",
13-
"test": "jest",
13+
"test": "vitest --run",
1414
"clean": "git clean -d -f -x src __tests__"
1515
},
1616
"jest": {
@@ -38,6 +38,7 @@
3838
"babel-import-util": "^2.0.0"
3939
},
4040
"devDependencies": {
41+
"vitest": "^1.4.0",
4142
"@babel/core": "^7.14.8",
4243
"@babel/plugin-proposal-class-properties": "^7.14.5",
4344
"@babel/plugin-transform-modules-amd": "^7.14.5",
@@ -47,7 +48,6 @@
4748
"@babel/traverse": "^7.14.5",
4849
"@types/babel__core": "^7.20.1",
4950
"@types/babel__traverse": "^7.11.1",
50-
"@types/jest": "^29.2.3",
5151
"@types/node": "^20.5.7",
5252
"@types/sinon": "^10.0.13",
5353
"@typescript-eslint/eslint-plugin": "^4.28.4",
@@ -60,7 +60,6 @@
6060
"eslint-config-prettier": "^6.15.0",
6161
"eslint-plugin-node": "^11.1.0",
6262
"eslint-plugin-prettier": "^3.4.0",
63-
"jest": "^29.3.1",
6463
"prettier": "^2.2.1",
6564
"release-it": "^14.10.0",
6665
"release-it-lerna-changelog": "^3.1.0",
File renamed without changes.

0 commit comments

Comments
 (0)