mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 16:51:13 +00:00
fix: stabilize serial test suite
This commit is contained in:
@@ -83,6 +83,7 @@ vi.mock("../../config/config.js", () => ({
|
||||
loadConfig: () => (isDaemon ? daemonLoadedConfig : cliLoadedConfig),
|
||||
};
|
||||
},
|
||||
loadConfig: () => cliLoadedConfig,
|
||||
resolveConfigPath: (env: NodeJS.ProcessEnv, stateDir: string) => resolveConfigPath(env, stateDir),
|
||||
resolveGatewayPort: (cfg?: unknown, env?: unknown) => resolveGatewayPort(cfg, env),
|
||||
resolveStateDir: (env: NodeJS.ProcessEnv) => resolveStateDir(env),
|
||||
|
||||
Reference in New Issue
Block a user