5/jest
sbatson5/firestore-jest-mock
Wed, 09 Aug 2023 10:20:00 GMT
You can model these with firestore-jest-mock like so: The job of the this library is not to test Firestore, but to allow you to test your code without hitting Firebase servers or booting a local ...
Jest environment to use the latest jsdom API and features.
Sun, 10 Dec 2017 22:23:00 GMT
As of v10, jsdom has a new API and some cool new features. The downside is that now it requires a Node version >= 6. As stated in the Jest documentation (here), the ...