1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

feat: update vitest configuration and dependencies to version 3.2.0-beta.2

This commit is contained in:
2025-05-20 19:20:38 +07:00
parent 6d68246d16
commit 95e1bcd0c4
4 changed files with 130 additions and 96 deletions

View File

@@ -32,7 +32,8 @@
},
"scripts": {
"build": "pnpm -r build",
"test": "vitest",
"test": "vitest run",
"test:ui": "vitest --ui",
"create": "jiti ./bin/cli.ts"
}
}