Closed dcramer closed 3 months ago
Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.
Completed 334 tests with 1 failed
, 333 passed and 0 skipped.
AssertionError: expected 4 to deeply equal 3
❯ .../worker/jobs/updateCountryStats.test.ts:26:36
Add a register and email verification flow, as well as the related supporting components. Refactors a variety of things, including changing the overall design of forms.
Note this also fixes jsx-email, which was broken in dev/prod (passing in tests). There was an issue with
react-jsx
in typescript which I couldn't figure out, so instead we opted to switch toreact
for thejsx
option. The specific error wasReact is not defined
when executing the code in theserver
application.This is missing a reset password flow, which will be a followup.