mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
test(gateway): complete startup config path mock
This commit is contained in:
@@ -66,6 +66,7 @@ vi.mock("../config/paths.js", () => ({
|
||||
get isNixMode() {
|
||||
return configMocks.isNixMode.value;
|
||||
},
|
||||
resolveStateDir: vi.fn(() => "/tmp/openclaw-state"),
|
||||
}));
|
||||
|
||||
vi.mock("../config/runtime-overrides.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user