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
Implement component level unit testing possibly using https://testing-library.com/docs/react-testing-library/intro/ for visual components. Research will need to be done for how we might want to mock firebase in unit tests.
This issue covers:
Adding some initial tests
Adding configuration for the tests to be run
Adding tests to the PR template
Adding Github Action to run test on commit and block merging if they are failing
The text was updated successfully, but these errors were encountered:
Description
Implement component level unit testing possibly using
https://testing-library.com/docs/react-testing-library/intro/
for visual components. Research will need to be done for how we might want to mock firebase in unit tests.This issue covers:
The text was updated successfully, but these errors were encountered: