Skip to content

Commit

Permalink
✅ test: update useStore
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 14, 2023
1 parent dc508f0 commit bb14b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __mocks__/zustand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export const create = (f) => (f === undefined ? createImpl : createImpl(f));

export default create;

export { useStore } from 'zustand';
export { useStoreWithEqualityFn as useStore } from 'zustand/traditional';

0 comments on commit bb14b2f

Please sign in to comment.