diff --git a/src/renderer/components/+catalog/catalog-entity-details.test.tsx b/src/renderer/components/+catalog/catalog-entity-details.test.tsx index 12f2c22637..9ae0e5406b 100644 --- a/src/renderer/components/+catalog/catalog-entity-details.test.tsx +++ b/src/renderer/components/+catalog/catalog-entity-details.test.tsx @@ -34,6 +34,10 @@ describe("", () => { beforeEach(() => { CatalogEntityDetailRegistry.createInstance(); }); + + afterEach(() => { + CatalogEntityDetailRegistry.resetInstance(); + }); it("trigger onRun when click on detail panel icon", () => { const onRun = jest.fn();