chore(test): add ui test script

This commit is contained in:
Peter Steinberger
2026-01-08 03:50:01 +01:00
parent 8aa3efb9e8
commit ebff849722

View File

@@ -66,6 +66,7 @@
"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:ui": "pnpm --dir ui test",
"test:force": "tsx scripts/test-force.ts",
"test:coverage": "vitest run --coverage",
"test:e2e": "vitest run --config vitest.e2e.config.ts",