mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 17:22:54 +00:00
chore(lint): enable stricter oxlint rules
This commit is contained in:
@@ -437,14 +437,6 @@ describe("update-cli", () => {
|
||||
expect(call?.channel).toBe(channel);
|
||||
return call;
|
||||
};
|
||||
|
||||
const commandCall = (index = 0) => {
|
||||
const calls = vi.mocked(runCommandWithTimeout).mock.calls as unknown as Array<
|
||||
[string[], Record<string, unknown>]
|
||||
>;
|
||||
return calls[index];
|
||||
};
|
||||
|
||||
const commandCalls = () =>
|
||||
vi.mocked(runCommandWithTimeout).mock.calls as unknown as Array<
|
||||
[string[], Record<string, unknown>]
|
||||
|
||||
Reference in New Issue
Block a user