mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
test: split live tests into separate config
This commit is contained in:
15
vitest.live.config.ts
Normal file
15
vitest.live.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ["src/**/*.live.test.ts"],
|
||||
setupFiles: ["test/setup.ts"],
|
||||
exclude: [
|
||||
"dist/**",
|
||||
"apps/macos/**",
|
||||
"apps/macos/.build/**",
|
||||
"**/vendor/**",
|
||||
"dist/Clawdbot.app/**",
|
||||
],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user