Files
openclaw/extensions/github-copilot/provider-auth.contract.test.ts

5 lines
247 B
TypeScript

// Github Copilot tests cover provider auth.contract plugin behavior.
import { describeGithubCopilotProviderAuthContract } from "openclaw/plugin-sdk/provider-test-contracts";
describeGithubCopilotProviderAuthContract(() => import("./index.js"));