chore: make pnpm test non-watch

This commit is contained in:
Peter Steinberger
2026-01-09 16:48:20 +01:00
parent 7d518e336e
commit eb73b4e58e

View File

@@ -72,7 +72,8 @@
"format": "biome format src",
"format:swift": "swiftformat --lint --config .swiftformat apps/macos/Sources apps/ios/Sources apps/shared/ClawdbotKit/Sources",
"format:fix": "biome format src --write",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "pnpm --dir ui test",
"test:force": "tsx scripts/test-force.ts",
"test:coverage": "vitest run --coverage",