mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 23:02:02 +03: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,
|
env: {} as NodeJS.ProcessEnv,
|
||||||
homedir: () => home,
|
homedir: () => home,
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(io.configPath).toBe(newConfigPath);
|
expect(io.configPath).toBe(newConfigPath);
|
||||||
expect(io.loadConfig().gateway?.port).toBe(19001);
|
expect(io.loadConfig().gateway?.port).toBe(19001);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user