diff options
Diffstat (limited to 'packages/cli/package.json')
| -rw-r--r-- | packages/cli/package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json index f7476181..e2bd5c3d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -8,7 +8,6 @@ "build": "tsc && touch dist/.last_build", "start": "node dist/gemini.js", "debug": "node --inspect-brk dist/gemini.js", - "test": "vitest run", "lint": "eslint . --ext .ts,.tsx", "format": "prettier --write ." }, @@ -33,7 +32,6 @@ "@types/node": "^20.11.24", "@types/react": "^19.1.0", "@types/yargs": "^17.0.32", - "jsdom": "^26.1.0", "typescript": "^5.3.3" }, "engines": { |
