Files
openclaw/extensions/github-copilot/provider-discovery.contract.test.ts
2026-04-28 00:55:11 +01:00

8 lines
335 B
TypeScript

import { fileURLToPath } from "node:url";
import { describeGithubCopilotProviderDiscoveryContract } from "openclaw/plugin-sdk/provider-test-contracts";
describeGithubCopilotProviderDiscoveryContract({
load: () => import("./index.js"),
registerRuntimeModuleId: fileURLToPath(new URL("./register.runtime.js", import.meta.url)),
});