mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
15 lines
365 B
TypeScript
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",
|
|
},
|
|
);
|