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

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