test: split vitest into unit and gateway

This commit is contained in:
Peter Steinberger
2026-01-23 07:34:50 +00:00
parent aed8dc1ade
commit 45ce07a098
4 changed files with 78 additions and 1 deletions

View File

@@ -111,7 +111,7 @@
"format:swift": "swiftformat --lint --config .swiftformat apps/macos/Sources apps/ios/Sources apps/shared/ClawdbotKit/Sources",
"format:all": "pnpm format && pnpm format:swift",
"format:fix": "oxfmt --write src test",
"test": "vitest run",
"test": "node scripts/test-parallel.mjs",
"test:watch": "vitest",
"test:ui": "pnpm --dir ui test",
"test:force": "node --import tsx scripts/test-force.ts",