mirror of
https://github.com/clawdbot/clawdbot.git
synced 2026-01-31 11:27:45 +01: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