To check:
Previously reset-password.test.js and code_validations.test.js were throwing
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
closes https://github.com/covidwatchorg/portal/issues/295
Inspired by https://dev.to/otamnitram/react-useeffect-cleanup-how-and-when-to-use-it-2hbm
To check: Previously
reset-password.test.js
andcode_validations.test.js
were throwingbut that should no longer be the case