Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 594 Bytes

unit_integration_testing.md

File metadata and controls

11 lines (6 loc) · 594 Bytes

Unit and Integration Testing

This template sets up unit and integration tests using Jest and React Testing Library

File Structure

For the sake of being able to find your test files easily it's standard practice to put your test file next to the component it is testing. This is shown in the template in src/components/inputs/Input.test.tsx and src/components/inputs/Input.tsx

Unit/Integration Testing Resources