mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 13:41:30 +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();
|
|
});
|