test(signal): load monitor after tool-result mocks

This commit is contained in:
Peter Steinberger
2026-02-14 23:46:30 +01:00
parent 1bd9a12276
commit a5ca0df4f4
2 changed files with 0 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ async function runMonitorWithMocks(
const { monitorSignalProvider } = await import("./monitor.js");
return monitorSignalProvider(opts);
}
describe("monitorSignalProvider tool results", () => {
it("pairs uuid-only senders with a uuid allowlist entry", async () => {
setSignalToolResultTestConfig({

View File

@@ -31,7 +31,6 @@ async function runMonitorWithMocks(
const { monitorSignalProvider } = await import("./monitor.js");
return monitorSignalProvider(opts);
}
describe("monitorSignalProvider tool results", () => {
it("uses bounded readiness checks when auto-starting the daemon", async () => {
const runtime = {