Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Front End Test Guidelines

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.