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