write tests for everything
Opened this issue · 3 comments
vinayak-trivedi commented
archit7448 commented
can you assign me this?
vinayak-trivedi commented
assigned to you @archit7448
archit7448 commented
Tests
- Currently, one or two tests are set up.
Testing Framework
- Jest
- React testing library
Flow of testing
- Start with functions in folder API and helper functions with Jest
- Then go through React hooks.
- Through TDD, we are going to test out components with the help of React testing library.