test: split live tests into separate config

This commit is contained in:
Peter Steinberger
2026-01-08 02:00:11 +01:00
parent 28e725215d
commit 5e01e64cf3
4 changed files with 18 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export default defineConfig({
"apps/macos/.build/**",
"**/vendor/**",
"dist/Clawdbot.app/**",
"**/*.live.test.ts",
],
coverage: {
provider: "v8",