fix: polish restart feedback + stabilize tests (#685) (thanks @carlulsoe)

This commit is contained in:
Peter Steinberger
2026-01-10 22:52:09 +01:00
parent f699dc3777
commit fa61699f9a
5 changed files with 30 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ describe("discord tool result dispatch", () => {
expect(runtimeError).not.toHaveBeenCalled();
expect(sendMock).toHaveBeenCalledTimes(1);
expect(sendMock.mock.calls[0]?.[1]).toMatch(/^PFX /);
}, 10000);
}, 15_000);
it("caches channel info lookups between messages", async () => {
const { createDiscordMessageHandler } = await import("./monitor.js");