Skip to content

Commit 1415250

Browse files
committed
test(projects): add vitest
1 parent d590449 commit 1415250

7 files changed

Lines changed: 729 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"cleanup": "soy cleanup",
3838
"commit": "soy git-commit",
3939
"dev": "tsup --watch",
40+
"test": "vitest run",
41+
"test:watch": "vitest",
4042
"lint": "oxlint --fix",
4143
"fmt": "oxfmt",
4244
"prepare": "simple-git-hooks",
@@ -54,7 +56,8 @@
5456
"simple-git-hooks": "2.13.1",
5557
"tsdown": "0.20.0",
5658
"tsx": "4.21.0",
57-
"typescript": "5.9.3"
59+
"typescript": "5.9.3",
60+
"vitest": "^4.0.18"
5861
},
5962
"simple-git-hooks": {
6063
"commit-msg": "pnpm soy git-commit-verify",

0 commit comments

Comments
 (0)