mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 13:41:30 +00:00
perf(test): remove extra module resets in cli and message suites
This commit is contained in:
@@ -54,7 +54,6 @@ async function writeConfigFile(home: string, config: Record<string, unknown>): P
|
||||
describe("config cli", () => {
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
vi.resetModules();
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user