mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 18:30:25 +00:00
8 lines
275 B
TypeScript
8 lines
275 B
TypeScript
import {
|
|
describeChannelRegistryBackedContracts,
|
|
describeSessionBindingRegistryBackedContract,
|
|
} from "../../../test/helpers/channels/registry-backed-contract.js";
|
|
|
|
describeChannelRegistryBackedContracts("feishu");
|
|
describeSessionBindingRegistryBackedContract("feishu");
|