Skip to content

Commit

Permalink
removes only test and deferred mount override
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-ni committed May 7, 2024
1 parent 574a857 commit 70a7fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@react-facet/deferred-mount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> = {
Expand Down

0 comments on commit 70a7fd7

Please sign in to comment.