test(extensions): move provider contracts to owners

This commit is contained in:
Peter Steinberger
2026-04-20 20:19:13 +01:00
parent f587887122
commit 0f1ce47033
21 changed files with 254 additions and 348 deletions

View File

@@ -0,0 +1,3 @@
import { describeGithubCopilotProviderRuntimeContract } from "../../test/helpers/plugins/provider-runtime-contract.js";
describeGithubCopilotProviderRuntimeContract(() => import("./index.js"));