mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:51:37 +00:00
test(cli): use lightweight clear for logs gateway mock
This commit is contained in:
@@ -27,7 +27,7 @@ async function runLogsCli(argv: string[]) {
|
|||||||
|
|
||||||
describe("logs cli", () => {
|
describe("logs cli", () => {
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
callGatewayFromCli.mockReset();
|
callGatewayFromCli.mockClear();
|
||||||
vi.restoreAllMocks();
|
vi.restoreAllMocks();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user