remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.32k stars 141 forks source link

Migrate tests to from Jaribu to Mocha #1270

Open DougReeder opened 2 years ago

DougReeder commented 2 years ago

https://github.com/silverbucket/jaribu/blob/master/README.md

raucao commented 2 years ago

Anyone interested in contributing, see #1193, where I started implementing this a while back.

silverbucket commented 2 years ago

I would like to help out, just don't know if I realistically have the time right now. What about getting #1193 merged so we can pick at it as we go?

Any new tests could be implemented with the new framework, and as old code need to be refactored they can be rewritten as well. That's how I've been doing it with Sockethub, and even though there are still a few remaining Jaribu tests, most of the codebase is covered with mocha and chai now.