chore(cli): add vitest ui for tests

This commit is contained in:
Aman Varshney
2025-08-14 23:58:38 +05:30
parent 3c288b6881
commit 8818924fae
4 changed files with 20 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
watch: false,
watch: true,
testTimeout: 180_000,
hookTimeout: 120_000,
reporters: "default",