mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 02:22:25 +00:00
7 lines
239 B
TypeScript
7 lines
239 B
TypeScript
import { describe } from "vitest";
|
|
import { installDmPolicyContractSuite } from "../../../test/helpers/channels/dm-policy-contract.js";
|
|
|
|
describe("bluebubbles dm policy contract", () => {
|
|
installDmPolicyContractSuite("bluebubbles");
|
|
});
|