Files
openclaw/extensions/github-copilot/provider-runtime.contract.test.ts
Peter Steinberger caa01f4f5b refactor(providers): table-driven forward compat and manifest-derived contract tests (#113940)
* refactor(providers): share family forward compat resolution

* test(providers): derive runtime contracts from manifests

* test(providers): validate manifest fixture inputs

* refactor(zai): narrow forward compat inputs
2026-07-25 18:09:37 -07:00

9 lines
383 B
TypeScript

// 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"],
);