fix: land mac node bridge ping loop (#572) (thanks @ngutman)
This commit is contained in:
@@ -278,7 +278,7 @@ describe("doctor", () => {
|
||||
changes: ["Moved routing.allowFrom → whatsapp.allowFrom."],
|
||||
});
|
||||
|
||||
await doctorCommand(runtime);
|
||||
await doctorCommand(runtime, { nonInteractive: true });
|
||||
|
||||
expect(writeConfigFile).toHaveBeenCalledTimes(1);
|
||||
const written = writeConfigFile.mock.calls[0]?.[0] as Record<
|
||||
|
||||
Reference in New Issue
Block a user