test(extensions): avoid barrel testing helpers in media tests

This commit is contained in:
Vincent Koc
2026-04-03 21:23:15 +09:00
parent 2a04d5c16f
commit 568859e1fb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
import { sanitizeTerminalText } from "openclaw/plugin-sdk/testing";
import { describe, expect, it, vi } from "vitest";
import { sanitizeTerminalText } from "../../../../src/terminal/safe-text.js";
import {
describeIMessageEchoDropLog,
resolveIMessageInboundDecision,