mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
8 lines
349 B
TypeScript
8 lines
349 B
TypeScript
import { fileURLToPath } from "node:url";
|
|
import { describeGithubCopilotProviderDiscoveryContract } from "../../test/helpers/plugins/provider-discovery-contract.js";
|
|
|
|
describeGithubCopilotProviderDiscoveryContract({
|
|
load: () => import("./index.js"),
|
|
registerRuntimeModuleId: fileURLToPath(new URL("./register.runtime.js", import.meta.url)),
|
|
});
|