mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 18:53:32 +00:00
5 lines
234 B
TypeScript
5 lines
234 B
TypeScript
// Venice tests cover provider runtime.contract plugin behavior.
|
|
import { describeVeniceProviderRuntimeContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
|
|
describeVeniceProviderRuntimeContract(() => import("./index.js"));
|