test(signal): load monitor after tool-result mocks
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user