Open
Description
@dec0dOS
This is an issue to track the enablement of unit testing for the frontend portion of the codebase. I started working to enable them with Jest and React Testing Library. I ran into issues that seemed related to ESM (EcmaScript Modules) so at that moment I thought it would be easier to upgrade to React 18 to get access to a more recent version of Jest through react-scripts
. However, it would seem safer to have unit tests in place to provide more confidence of not breaking anything with the upgrade to React 18 so I would like to revisit how Jest can be configured to work with the current codebase before the upgrade to React 18.