Files
openclaw/test/vitest/vitest.contracts-channel-surface.config.ts
2026-06-04 20:40:11 -04:00

15 lines
365 B
TypeScript

// Vitest contracts channel surface config wires the contracts channel surface test shard.
import {
channelSurfaceContractPatterns,
createContractsVitestConfig,
} from "./vitest.contracts-shared.ts";
export default createContractsVitestConfig(
channelSurfaceContractPatterns,
process.env,
process.argv,
{
name: "contracts-channel-surface",
},
);