Skip to content

Commit 1554b3b

Browse files
committed
chore: add vitest dependencies, scripts
1 parent 17845f9 commit 1554b3b

File tree

2 files changed

+908
-2
lines changed

2 files changed

+908
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@types/gulp": "^4.0.18",
4242
"@types/node": "^24.10.0",
4343
"@types/vinyl": "^2.0.12",
44+
"@vitest/coverage-v8": "^4.0.8",
4445
"concurrently": "^9.2.1",
4546
"gulp": "^5.0.1",
4647
"knip": "^5.68.0",
@@ -50,7 +51,9 @@
5051
"tsdown": "^0.16.1",
5152
"tsm": "^2.3.0",
5253
"typescript": "^5.9.3",
53-
"uvu": "^0.5.6"
54+
"uvu": "^0.5.6",
55+
"vinyl": "^3.0.1",
56+
"vitest": "^4.0.8"
5457
},
5558
"peerDependencies": {
5659
"gulp": ">=4.0.2 || ^5"
@@ -64,7 +67,9 @@
6467
"lint:publint": "publint",
6568
"prepack": "npm run build",
6669
"prepare": "lefthook install",
67-
"test": "uvu -r tsm e2e"
70+
"test": "concurrently --prefix-colors magenta,cyan npm:test:*",
71+
"test:unit": "vitest run",
72+
"test:e2e": "uvu -r tsm e2e"
6873
},
6974
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
7075
}

0 commit comments

Comments
 (0)