mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:00:21 +00:00
test(core): trim redundant test resets and use mockClear
This commit is contained in:
@@ -87,7 +87,7 @@ describe("imessage targets", () => {
|
||||
|
||||
describe("createIMessageRpcClient", () => {
|
||||
beforeEach(() => {
|
||||
spawnMock.mockReset();
|
||||
spawnMock.mockClear();
|
||||
vi.stubEnv("VITEST", "true");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user