mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 03:11:10 +00:00
refactor: move extension-owned tests to extensions
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/extensions/provider-auth-contract.js";
|
||||
|
||||
describeGithubCopilotProviderAuthContract();
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeGithubCopilotProviderDiscoveryContract } from "../../test/helpers/extensions/provider-discovery-contract.js";
|
||||
|
||||
describeGithubCopilotProviderDiscoveryContract();
|
||||
@@ -0,0 +1,3 @@
|
||||
import { describeGithubCopilotProviderRuntimeContract } from "../../test/helpers/extensions/provider-runtime-contract.js";
|
||||
|
||||
describeGithubCopilotProviderRuntimeContract();
|
||||
3
extensions/github-copilot/provider.contract.test.ts
Normal file
3
extensions/github-copilot/provider.contract.test.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { describeProviderContracts } from "../../test/helpers/extensions/provider-contract.js";
|
||||
|
||||
describeProviderContracts("github-copilot");
|
||||
Reference in New Issue
Block a user