mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 11:51:22 +00:00
7 lines
233 B
TypeScript
7 lines
233 B
TypeScript
import { describe } from "vitest";
|
|
import { installTelegramInboundContractSuite } from "../../../test/helpers/channels/inbound-contract.js";
|
|
|
|
describe("telegram inbound contract", () => {
|
|
installTelegramInboundContractSuite();
|
|
});
|