perf: slim feishu debounce test imports · openclaw/openclaw@1783098
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; |
2 | 1 | import { |
3 | 2 | createInboundDebouncer, |
4 | 3 | resolveInboundDebounceMs, |
5 | | -} from "openclaw/plugin-sdk/reply-runtime"; |
| 4 | +} from "openclaw/plugin-sdk/channel-inbound"; |
| 5 | +import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; |
6 | 6 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
7 | 7 | import { createNonExitingRuntimeEnv } from "../../../test/helpers/plugins/runtime-env.js"; |
8 | 8 | import type { ClawdbotConfig, PluginRuntime, RuntimeEnv } from "../runtime-api.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; |
2 | 1 | import { |
3 | 2 | createInboundDebouncer, |
4 | 3 | resolveInboundDebounceMs, |
5 | | -} from "openclaw/plugin-sdk/reply-runtime"; |
| 4 | +} from "openclaw/plugin-sdk/channel-inbound"; |
| 5 | +import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; |
6 | 6 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
7 | 7 | import { createNonExitingTypedRuntimeEnv } from "../../../test/helpers/plugins/runtime-env.js"; |
8 | 8 | import type { ClawdbotConfig, PluginRuntime, RuntimeEnv } from "../runtime-api.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。