Files
openclaw/test/vitest/vitest.full-auto-reply.config.ts
2026-06-04 20:40:11 -04:00

10 lines
402 B
TypeScript

// Vitest full auto reply config wires the full auto reply test shard.
import { createProjectShardVitestConfig } from "./vitest.project-shard-config.ts";
import { fullSuiteVitestShards } from "./vitest.test-shards.mjs";
export default createProjectShardVitestConfig(
fullSuiteVitestShards.find(
(shard) => shard.config === "test/vitest/vitest.full-auto-reply.config.ts",
)?.projects ?? [],
);