mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 13:17:39 +00:00
test(core): continue mock reset reductions in auth, gateway, npm install
This commit is contained in:
@@ -67,7 +67,7 @@ describe("installFromNpmSpecArchive", () => {
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
vi.mocked(packNpmSpecToArchive).mockReset();
|
||||
vi.mocked(packNpmSpecToArchive).mockClear();
|
||||
vi.mocked(withTempDir).mockClear();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user