test: centralize inbound contract suites

This commit is contained in:
Peter Steinberger
2026-04-01 02:04:53 +01:00
parent b59adf9d2a
commit 5b8f0cf1d5
6 changed files with 28 additions and 30 deletions

View File

@@ -1,6 +0,0 @@
import { describe } from "vitest";
import { installSlackInboundContractSuite } from "../../../test/helpers/channels/inbound-contract.js";
describe("slack inbound contract", () => {
installSlackInboundContractSuite();
});