Closed ddouglascarr closed 9 years ago
So this test will fail in WebSQL+PhantomJS, which is why Travis is failing.
In general I think this sounds like a bug in the PouchDB checkpointer. The checkpoint should not be affected by the adapter.
Closing because this is really a bug on the PouchDB checkpointer. And now that the checkpointer is shared between these two projects, we can fix it in PouchDB proper.
To get a failing test, I added an explicit adapter type for browser tests only (I went with "idb").
I don't know if there are browsers which don't support this, so it might be better to remove that.
Fixes #21