mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 18:50:44 +00:00
test: clarify proxy tui cli accepted paths
This commit is contained in:
@@ -32,7 +32,7 @@ describe("buildProgram version alias handling", () => {
|
||||
throw new Error(`unexpected process.exit:${String(code)}`);
|
||||
}) as typeof process.exit);
|
||||
|
||||
expect(() => buildProgram()).not.toThrow();
|
||||
buildProgram();
|
||||
expect(exitSpy).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user