mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-13 19:16:03 +00:00
7 lines
302 B
TypeScript
7 lines
302 B
TypeScript
// Vitest contracts plugin config wires the contracts plugin test shard.
|
|
import { createContractsVitestConfig, pluginContractPatterns } from "./vitest.contracts-shared.ts";
|
|
|
|
export default createContractsVitestConfig(pluginContractPatterns, process.env, process.argv, {
|
|
name: "contracts-plugin",
|
|
});
|