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
Automated tests were implemented through #357 and #365 , but disabled on #416 .
We should reactivate those tests to improve our QA process, both unit and e2e. It would be nice to have visual regression tests and simulated ledger interactions as well.
Found issues
The unit tests are not able to run because Jest cannot process the modern code we're using. This happens because we're using an older version of jest that is defined by CRA, and we have to decide an upgrade path ( mapped in #441 ) before we can upgrade jest.
The text was updated successfully, but these errors were encountered:
Automated tests were implemented through #357 and #365 , but disabled on #416 .
We should reactivate those tests to improve our QA process, both unit and e2e. It would be nice to have visual regression tests and simulated ledger interactions as well.
Found issues
The unit tests are not able to run because Jest cannot process the modern code we're using. This happens because we're using an older version of jest that is defined by CRA, and we have to decide an upgrade path ( mapped in #441 ) before we can upgrade jest.
The text was updated successfully, but these errors were encountered: