polemius / recoil-persist

Package for recoil state manager to persist and rehydrate store
https://polemius.dev/recoil-persist/
MIT License
348 stars 40 forks source link

how to testing with jest! #77

Open thuantvDr4 opened 1 year ago

thuantvDr4 commented 1 year ago

when I plug effects_UNSTABLE: [ReactNativeRecoilPersist.persistAtom], into myAtom, and then run test it gives error: TypeError: effect is not a function. I try command line //effects_UNSTABLE: [ReactNativeRecoilPersist.persistAtom]. and run test again, so it test passed. I don't why and don't find any solution. Anyone have solutions, please show me. thank all so much.