You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be better to have first-party mock support integrated into the source. For Eg. when initing we could give init(...mockDBMode=true) and the mocks will kick in and can use the simulated in-memory db for unit tests without any code code changes for tests.
The text was updated successfully, but these errors were encountered:
There should be a way to simulate mockable APIs with ram stored documents.
We could do something like this:
It might be better to have first-party mock support integrated into the source. For Eg. when initing we could give
init(...mockDBMode=true)
and the mocks will kick in and can use the simulated in-memory db for unit tests without any code code changes for tests.The text was updated successfully, but these errors were encountered: