mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
15 lines
360 B
TypeScript
15 lines
360 B
TypeScript
// Vitest contracts channel config config wires the contracts channel config test shard.
|
|
import {
|
|
channelConfigContractPatterns,
|
|
createContractsVitestConfig,
|
|
} from "./vitest.contracts-shared.ts";
|
|
|
|
export default createContractsVitestConfig(
|
|
channelConfigContractPatterns,
|
|
process.env,
|
|
process.argv,
|
|
{
|
|
name: "contracts-channel-config",
|
|
},
|
|
);
|