// Github Copilot tests cover provider runtime.contract plugin behavior. import { describeGithubCopilotProviderRuntimeContract } from "openclaw/plugin-sdk/provider-test-contracts"; import manifest from "./openclaw.plugin.json" with { type: "json" }; describeGithubCopilotProviderRuntimeContract( () => import("./index.js"), manifest.modelCatalog.providers["github-copilot"], );