mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03:00
test(signal): load monitor after tool-result mocks
This commit is contained in:
-1
@@ -21,7 +21,6 @@ async function runMonitorWithMocks(
|
|||||||
const { monitorSignalProvider } = await import("./monitor.js");
|
const { monitorSignalProvider } = await import("./monitor.js");
|
||||||
return monitorSignalProvider(opts);
|
return monitorSignalProvider(opts);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe("monitorSignalProvider tool results", () => {
|
describe("monitorSignalProvider tool results", () => {
|
||||||
it("pairs uuid-only senders with a uuid allowlist entry", async () => {
|
it("pairs uuid-only senders with a uuid allowlist entry", async () => {
|
||||||
setSignalToolResultTestConfig({
|
setSignalToolResultTestConfig({
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ async function runMonitorWithMocks(
|
|||||||
const { monitorSignalProvider } = await import("./monitor.js");
|
const { monitorSignalProvider } = await import("./monitor.js");
|
||||||
return monitorSignalProvider(opts);
|
return monitorSignalProvider(opts);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe("monitorSignalProvider tool results", () => {
|
describe("monitorSignalProvider tool results", () => {
|
||||||
it("uses bounded readiness checks when auto-starting the daemon", async () => {
|
it("uses bounded readiness checks when auto-starting the daemon", async () => {
|
||||||
const runtime = {
|
const runtime = {
|
||||||
|
|||||||
Reference in New Issue
Block a user