The login page and sign-up page had basically no tests, so added a few for them.
Unfortunately, these super simple unit tests are not enough to uncover the real errors (hydration failed / JSON parse error) that you hit when actually running the app, but I hope to fix them (with tests to cover them if possible) in a future PR
The login page and sign-up page had basically no tests, so added a few for them.
Unfortunately, these super simple unit tests are not enough to uncover the real errors (hydration failed / JSON parse error) that you hit when actually running the app, but I hope to fix them (with tests to cover them if possible) in a future PR