mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:00:42 +00:00
test(extensions): move provider contracts to owners
This commit is contained in:
3
extensions/github-copilot/provider-auth.contract.test.ts
Normal file
3
extensions/github-copilot/provider-auth.contract.test.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { describeGithubCopilotProviderAuthContract } from "../../test/helpers/plugins/provider-auth-contract.js";
|
||||
|
||||
describeGithubCopilotProviderAuthContract(() => import("./index.js"));
|
||||
@@ -0,0 +1,7 @@
|
||||
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)),
|
||||
});
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeGithubCopilotProviderRuntimeContract } from "../../test/helpers/plugins/provider-runtime-contract.js";
|
||||
|
||||
describeGithubCopilotProviderRuntimeContract(() => import("./index.js"));
|
||||
Reference in New Issue
Block a user