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
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
will-nemo edited this page Apr 3, 2020
·
1 revision
As a project, oneleif is trying to have as much code coverage as possible.
If creating a new component or feature, you will always need to submit tests with your PRs. They can be as simple as making sure the component just exists but this will allow us to make sure PRs don't break our application.
We use Jest to write our front end tests and the react-testing-library as a tool to help us write tests.