Skip to content

Commit

Permalink
Update tests/react/optimization.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored May 17, 2024
1 parent 3461d9e commit 515f416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/react/optimization.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ it('no extra rerenders after commit with derived atoms (#1213)', async () => {
})

// TODO
it.skip('no extra rerenders after mounted (#2530)', async () => {
it('no extra rerenders after mounted (#2558)', async () => {
const baseAtom = atom(0)

let renderCount = 0
Expand Down

0 comments on commit 515f416

Please sign in to comment.