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