We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc84db commit 8f1760bCopy full SHA for 8f1760b
1 file changed
extensions/discord/src/channel.policies.test.ts
@@ -1,5 +1,6 @@
1
import { describe, expect, it } from "vitest";
2
import { discordPlugin } from "./channel.js";
3
+import type { OpenClawConfig } from "./runtime-api.js";
4
5
// Split from channel.test.ts to keep it under the max-lines lint budget; these
6
// describes exercise pure config/binding/policy surfaces and need no transport mocks.
0 commit comments