Skip to content

Commit 8f1760b

Browse files
committed
test(discord): restore OpenClawConfig type import in channel.policies.test.ts
The max-lines split dropped the type-only import that two casts still use, failing check-test-types.
1 parent 4bc84db commit 8f1760b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/discord/src/channel.policies.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { describe, expect, it } from "vitest";
22
import { discordPlugin } from "./channel.js";
3+
import type { OpenClawConfig } from "./runtime-api.js";
34

45
// Split from channel.test.ts to keep it under the max-lines lint budget; these
56
// describes exercise pure config/binding/policy surfaces and need no transport mocks.

0 commit comments

Comments
 (0)