We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1a8ee commit 65b0927Copy full SHA for 65b0927
1 file changed
src/gateway/server-startup-config.recovery.test.ts
@@ -66,6 +66,7 @@ vi.mock("../config/paths.js", () => ({
66
get isNixMode() {
67
return configMocks.isNixMode.value;
68
},
69
+ resolveStateDir: vi.fn(() => "/tmp/openclaw-state"),
70
}));
71
72
vi.mock("../config/runtime-overrides.js", () => ({
0 commit comments