Files
openclaw/extensions/github-copilot/provider-runtime.contract.test.ts
2026-06-04 21:02:07 -04:00

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"));