mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 23:51:48 +00:00
7 lines
224 B
TypeScript
7 lines
224 B
TypeScript
import { describe } from "vitest";
|
|
import { installSlackInboundContractSuite } from "../../../test/helpers/channels/inbound-contract.js";
|
|
|
|
describe("slack inbound contract", () => {
|
|
installSlackInboundContractSuite();
|
|
});
|