mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:41:23 +00:00
perf(test): eliminate resetModules via injectable seams
This commit is contained in:
@@ -58,7 +58,6 @@ const installRegistry = async () => {
|
||||
describe("resolveAnnounceTarget", () => {
|
||||
beforeEach(async () => {
|
||||
callGatewayMock.mockReset();
|
||||
vi.resetModules();
|
||||
await installRegistry();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user