mirror of https://github.com/openclaw/openclaw.git
chore: normalize io compat test newline
This commit is contained in:
parent
58640e9ecb
commit
7e99311e1d
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue