mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 04:41:25 +00:00
test: remove low-signal mirrored-text trim unit case
This commit is contained in:
@@ -397,11 +397,6 @@ describe("resolveMirroredTranscriptText", () => {
|
|||||||
});
|
});
|
||||||
expect(result).toBe("report.pdf");
|
expect(result).toBe("report.pdf");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("returns trimmed text when no media", () => {
|
|
||||||
const result = resolveMirroredTranscriptText({ text: " hello " });
|
|
||||||
expect(result).toBe("hello");
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("appendAssistantMessageToSessionTranscript", () => {
|
describe("appendAssistantMessageToSessionTranscript", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user