test: centralize registry-backed channel contracts

This commit is contained in:
Peter Steinberger
2026-04-01 01:53:23 +01:00
parent 7614c45980
commit 1f97f907b2
17 changed files with 32 additions and 62 deletions

View File

@@ -1,7 +0,0 @@
import {
describeChannelRegistryBackedContracts,
describeSessionBindingRegistryBackedContract,
} from "../../../test/helpers/channels/registry-backed-contract.js";
describeChannelRegistryBackedContracts("feishu");
describeSessionBindingRegistryBackedContract("feishu");

View File

@@ -1,4 +0,0 @@
import { describeSessionBindingContractCoverage } from "../../../test/helpers/channels/session-binding-contract.js";
import { feishuSessionBindingAdapterChannels } from "../api.js";
describeSessionBindingContractCoverage(feishuSessionBindingAdapterChannels);