test: rename signal reaction-only test (#637)
This commit is contained in:
@@ -197,7 +197,7 @@ describe("monitorSignalProvider tool results", () => {
|
|||||||
expect(updateLastRouteMock).not.toHaveBeenCalled();
|
expect(updateLastRouteMock).not.toHaveBeenCalled();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("ignores reaction-only messages when reactions live in dataMessage", async () => {
|
it("ignores reaction-only dataMessage.reaction events (don’t treat as broken attachments)", async () => {
|
||||||
const abortController = new AbortController();
|
const abortController = new AbortController();
|
||||||
|
|
||||||
streamMock.mockImplementation(async ({ onEvent }) => {
|
streamMock.mockImplementation(async ({ onEvent }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user