Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit c2df106

Browse files
committed
remove vitest
1 parent d0081d9 commit c2df106

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/cli/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
],
3434
"scripts": {
3535
"build": "tsup src/index.ts --format cjs,esm && tsc --emitDeclarationOnly --declaration",
36-
"dev": "tsc --watch",
37-
"test": "vitest"
36+
"dev": "tsc --watch"
3837
},
3938
"dependencies": {
4039
"mcp-use": "workspace:*",
@@ -47,8 +46,7 @@
4746
},
4847
"devDependencies": {
4948
"@types/node": "^20.0.0",
50-
"typescript": "^5.0.0",
51-
"vitest": "^1.0.0"
49+
"typescript": "^5.0.0"
5250
},
5351
"publishConfig": {
5452
"access": "public"

0 commit comments

Comments
 (0)