chore(cli): add tests (#576)

This commit is contained in:
Aman Varshney
2025-09-14 11:29:01 +05:30
committed by GitHub
parent d39fa6e306
commit 98a0ab9ee6
29 changed files with 5720 additions and 4611 deletions

View File

@@ -52,9 +52,8 @@
"dev": "tsdown --watch",
"check-types": "tsc --noEmit",
"check": "biome check --write .",
"test": "bun run build && vitest run",
"test": "bun run build && vitest run; rm -rf .smoke || true",
"test:ui": "bun run build && vitest --ui",
"test:with-build": "bun run build && WITH_BUILD=1 vitest --ui",
"prepublishOnly": "npm run build"
},
"exports": {
@@ -87,4 +86,4 @@
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}
}
}