mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
7 lines
258 B
TypeScript
7 lines
258 B
TypeScript
import { describe } from "vitest";
|
|
import { installSlackOutboundPayloadContractSuite } from "../../../test/helpers/channels/outbound-payload-contract.js";
|
|
|
|
describe("slack outbound payload contract", () => {
|
|
installSlackOutboundPayloadContractSuite();
|
|
});
|