mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 16:32:29 +00:00
8 lines
252 B
TypeScript
8 lines
252 B
TypeScript
import { channelTestInclude } from "./vitest.channel-paths.mjs";
|
|
import { createScopedVitestConfig } from "./vitest.scoped-config.ts";
|
|
|
|
export default createScopedVitestConfig(channelTestInclude, {
|
|
pool: "threads",
|
|
exclude: ["src/gateway/**"],
|
|
});
|