mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 09:41:23 +00:00
test(core): trim redundant test resets and use mockClear
This commit is contained in:
@@ -17,7 +17,7 @@ afterEach(() => {
|
||||
envSnapshot.restore();
|
||||
process.argv = [...originalArgv];
|
||||
process.execArgv = [...originalExecArgv];
|
||||
spawnMock.mockReset();
|
||||
spawnMock.mockClear();
|
||||
});
|
||||
|
||||
function clearSupervisorHints() {
|
||||
|
||||
Reference in New Issue
Block a user