mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
chore: normalize io compat test newline
This commit is contained in:
@@ -32,7 +32,6 @@ describe("config io compat (new + legacy folders)", () => {
|
||||
env: {} as NodeJS.ProcessEnv,
|
||||
homedir: () => home,
|
||||
});
|
||||
|
||||
expect(io.configPath).toBe(newConfigPath);
|
||||
expect(io.loadConfig().gateway?.port).toBe(19001);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user