mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 13:01:41 +00:00
test(commands): use lightweight clears in config snapshot specs
This commit is contained in:
@@ -53,7 +53,7 @@ describe("models set + fallbacks", () => {
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
readConfigFileSnapshot.mockReset();
|
||||
readConfigFileSnapshot.mockClear();
|
||||
writeConfigFile.mockClear();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user