unchained
unchained copied to clipboard
Fix all unit tests
After migration from meteor to npm, the existing package unit tests don't work and there is a concept missing:
- Use jest for everything
- Add test setup to every package
- Add at least 1 passing test to every package
- Migrate exiting mocha/chai tests