You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2020. It is now read-only.
Currently we have no tests whatsoever, and it has affected our ability to deploy code that works (or even compiles, in some cases....).
We need to have to have:
1.) A way of ensuring it even compiles
2.) Unit tests for each bit of code, where possible.
3.) End to end tests (with puppeteer scripts). This will require #75 for mock users.