diff --git a/packages/@react-facet/deferred-mount/package.json b/packages/@react-facet/deferred-mount/package.json index ab496fe..ba93be5 100644 --- a/packages/@react-facet/deferred-mount/package.json +++ b/packages/@react-facet/deferred-mount/package.json @@ -30,7 +30,7 @@ "bugs": "https://github.com/Mojang/ore-ui/issues", "license": "MIT", "version": "0.5.4", - "main": "src/index.tsx", + "main": "dist/index.js", "publishConfig": { "main": "dist/index.js", "types": "dist/index.d.ts" diff --git a/packages/@react-facet/dom-fiber/src/setupHostConfig.spec.tsx b/packages/@react-facet/dom-fiber/src/setupHostConfig.spec.tsx index 44612d6..86a8850 100644 --- a/packages/@react-facet/dom-fiber/src/setupHostConfig.spec.tsx +++ b/packages/@react-facet/dom-fiber/src/setupHostConfig.spec.tsx @@ -2042,7 +2042,7 @@ describe('umnount', () => { }) it('unsubscribes from a facet (via a fast-* component) inserted using insertBefore, when the parent is unmounted', () => { - it.only('unsubscribes from all facets when a elements are swapped', () => { + it('unsubscribes from all facets when a elements are swapped', () => { const unsubscribe = jest.fn() const facet: Facet = {