mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 08:02:12 -06:00
5 lines
243 B
TypeScript
5 lines
243 B
TypeScript
// Anthropic tests cover provider runtime.contract plugin behavior.
|
|
import { describeAnthropicProviderRuntimeContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
|
|
describeAnthropicProviderRuntimeContract(() => import("./index.js"));
|