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
Set up tests with Jest in the React application to test the upload flow. We use Jest because it is now default for React and has nice documentation, support, and tutorials.
2 kinds of tests:
Component tests via jest
Integration tests (via cypress) - make not be needed for simple components ...
Acceptance
We have one or more tests of basic system
We have continuous integration with github actions i.e. tests are run on every push etc
Tasks
Have a basic test for your first component with jest
Instructions on how to run the tests in the developer section of README
Set up github actions for jest
The text was updated successfully, but these errors were encountered:
Set up tests with Jest in the React application to test the upload flow. We use Jest because it is now default for React and has nice documentation, support, and tutorials.
2 kinds of tests:
Acceptance
Tasks
The text was updated successfully, but these errors were encountered: