mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:50:42 +00:00
perf(daemon): import install config helpers directly
This commit is contained in:
@@ -65,9 +65,12 @@ vi.mock("../../bootstrap/node-startup-env.js", () => ({
|
||||
resolveNodeStartupTlsEnvironment: resolveNodeStartupTlsEnvironmentMock,
|
||||
}));
|
||||
|
||||
vi.mock("../../config/config.js", () => ({
|
||||
vi.mock("../../config/io.js", () => ({
|
||||
loadConfig: loadConfigMock,
|
||||
readBestEffortConfig: loadConfigMock,
|
||||
}));
|
||||
|
||||
vi.mock("../../config/paths.js", () => ({
|
||||
resolveGatewayPort: resolveGatewayPortMock,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user