-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retest .clear #99
Comments
I would re-initialise the PouchDB db instance in A problem I see is that we expose the |
strike that, I think we should no re-initialse anything on |
Could we rename clear to destroy to better reflect what's going on? That conflicts with PouchDB's api though, is it necessary to have the events firing for this use case? |
yeah I don’t mind renaming that method to |
We've got a skipped .clear test that was blocked on the fact that PouchDB does not reinitilize the database, but now downstream we've worked around this with a .reset method in https://github.com/hoodiehq/hoodie-client-store
What's the plan of action to fix this test? Some options:
The text was updated successfully, but these errors were encountered: