mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 12:10:21 +00:00
test(helpers): use direct internal seams
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { DEFAULT_MODEL, DEFAULT_PROVIDER } from "openclaw/plugin-sdk/agent-runtime";
|
||||
import type { PluginRuntime } from "openclaw/plugin-sdk/testing";
|
||||
import { removeAckReactionAfterReply, shouldAckReaction } from "openclaw/plugin-sdk/testing";
|
||||
import { vi } from "vitest";
|
||||
import {
|
||||
removeAckReactionAfterReply,
|
||||
shouldAckReaction,
|
||||
} from "../../../src/channels/ack-reactions.js";
|
||||
import type { PluginRuntime } from "../../../src/plugins/runtime/types.js";
|
||||
|
||||
type DeepPartial<T> = {
|
||||
[K in keyof T]?: T[K] extends (...args: never[]) => unknown
|
||||
|
||||
Reference in New Issue
Block a user