mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
7 lines
242 B
TypeScript
7 lines
242 B
TypeScript
import { describe } from "vitest";
|
|
import { installSlackGroupPolicyContractSuite } from "../../../test/helpers/channels/group-policy-contract.js";
|
|
|
|
describe("slack group policy contract", () => {
|
|
installSlackGroupPolicyContractSuite();
|
|
});
|