Skip to content

Commit 2651b09

Browse files
committed
chore(test): convert to vitest
1 parent 417f5eb commit 2651b09

File tree

5 files changed

+854
-141
lines changed

5 files changed

+854
-141
lines changed

jest.config.cjs

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

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"scripts": {
99
"build": "tsdown",
10-
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --ci --coverage --no-colors",
10+
"test": "vitest run",
1111
"lint": "eslint ./lib/",
1212
"lint:fix": "eslint ./lib/ --fix",
1313
"format:check": "prettier --check ./lib/",
@@ -32,15 +32,12 @@
3232
"eslint-plugin-import": "^2.27.5",
3333
"eslint-plugin-prettier": "^5.4.1",
3434
"eslint-plugin-unused-imports": "^4.1.4",
35-
"jest": "^29.5.0",
36-
"jest-extended": "^6.0.0",
37-
"jest-github-actions-reporter": "^1.0.3",
38-
"jest-junit": "^16.0.0",
3935
"prettier": "^3.5.3",
4036
"semantic-release": "^24.2.5",
4137
"stylelint": "^16.20.0",
4238
"ts-jest": "^29.4.0",
4339
"tsdown": "^0.13.0",
44-
"typescript": "^5.8.3"
40+
"typescript": "^5.8.3",
41+
"vitest": "^3.2.4"
4542
}
4643
}

0 commit comments

Comments
 (0)