mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 03:41:22 +00:00
test(core): reduce mock reset overhead in targeted suites
This commit is contained in:
@@ -20,7 +20,7 @@ beforeAll(async () => {
|
||||
|
||||
beforeEach(() => {
|
||||
vi.useRealTimers();
|
||||
runEmbeddedAttemptMock.mockReset();
|
||||
runEmbeddedAttemptMock.mockClear();
|
||||
});
|
||||
|
||||
const baseUsage = {
|
||||
|
||||
Reference in New Issue
Block a user