mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:47:41 +00:00
fix(ci): annotate shared skill-install test mocks
This commit is contained in:
@@ -30,7 +30,7 @@ vi.mock("../shared/config-eval.js", async (importOriginal) => {
|
||||
const actual = await importOriginal<typeof import("../shared/config-eval.js")>();
|
||||
return {
|
||||
...actual,
|
||||
hasBinary: (...args: unknown[]) => hasBinaryMock(...args),
|
||||
hasBinary: (bin: string) => hasBinaryMock(bin),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user