mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 14:31:15 +00:00
5 lines
256 B
TypeScript
5 lines
256 B
TypeScript
// Github Copilot tests cover provider runtime.contract plugin behavior.
|
|
import { describeGithubCopilotProviderRuntimeContract } from "openclaw/plugin-sdk/provider-test-contracts";
|
|
|
|
describeGithubCopilotProviderRuntimeContract(() => import("./index.js"));
|