react-query-firestore
react-query-firestore copied to clipboard
How to mock data for tests?
Hey there 👋
How can I mock data in tests I fetch in my application with react-query-firestore?
My setup is using jest and react-testing-library. Can you please give any hints or examples for that?
🔥 Thanks in advance and many thanks for providing this library! It works very well so far and really simplifies querying Firestore a lot!