Skip to content

Commit 890d64b

Browse files
committed
fix(preset): add module-state teardown in tracks-active-preset test
1 parent e904619 commit 890d64b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tools/preset-manager.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ describe('createPresetManager', () => {
542542
output4,
543543
);
544544
expect(getOutputText(output4)).toContain('powerful ← active');
545+
546+
// Cleanup module state
547+
setActiveRuntimePreset(null);
545548
});
546549
});
547550

0 commit comments

Comments
 (0)