diff --git a/tests/react/utils/useHydrateAtoms.test.tsx b/tests/react/utils/useHydrateAtoms.test.tsx index 0f2154693b..7980958f78 100644 --- a/tests/react/utils/useHydrateAtoms.test.tsx +++ b/tests/react/utils/useHydrateAtoms.test.tsx @@ -241,7 +241,7 @@ it('useHydrateAtoms should respect onMount', async () => { expect(onMountFn).toHaveBeenCalledTimes(1) }) -it.only('passing dangerouslyForceHydrate to useHydrateAtoms will re-hydrated atoms', async () => { +it('passing dangerouslyForceHydrate to useHydrateAtoms will re-hydrated atoms', async () => { const countAtom = atom(0) const statusAtom = atom('fulfilled')