test(channels): use lightweight clears in probe and reaction setup

This commit is contained in:
Peter Steinberger
2026-02-22 00:23:44 +00:00
parent f28fcf243a
commit 14d6b3741c
3 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ vi.mock("./client.js", () => ({
describe("sendReactionSignal", () => {
beforeEach(() => {
rpcMock.mockReset().mockResolvedValue({ timestamp: 123 });
rpcMock.mockClear().mockResolvedValue({ timestamp: 123 });
});
it("uses recipients array and targetAuthor for uuid dms", async () => {