test(cli): use lightweight clear for logs gateway mock
This commit is contained in:
parent
ab159a68c9
commit
0858512abd
@ -27,7 +27,7 @@ async function runLogsCli(argv: string[]) {
|
||||
|
||||
describe("logs cli", () => {
|
||||
afterEach(() => {
|
||||
callGatewayFromCli.mockReset();
|
||||
callGatewayFromCli.mockClear();
|
||||
vi.restoreAllMocks();
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user