perf(test): remove extra module resets in cli and message suites

This commit is contained in:
Peter Steinberger
2026-02-13 16:08:33 +00:00
parent 4c86821aca
commit e665d77917
4 changed files with 3 additions and 6 deletions

View File

@@ -54,7 +54,6 @@ async function writeConfigFile(home: string, config: Record<string, unknown>): P
describe("config cli", () => {
beforeEach(() => {
vi.clearAllMocks();
vi.resetModules();
});
afterEach(() => {