Test coverage isn't completely at 100% (just run npm test). The code paths were previously probably covered by other packages (I suspect pouchdb-rewrite), but it's best if some dedicated tests were written. Running the test suites of other modules alongside own tests probably adds too much complexity to be worth it in this case.
Test coverage isn't completely at 100% (just run
npm test). The code paths were previously probably covered by other packages (I suspect pouchdb-rewrite), but it's best if some dedicated tests were written. Running the test suites of other modules alongside own tests probably adds too much complexity to be worth it in this case.