devdevdev icon indicating copy to clipboard operation
devdevdev copied to clipboard

Unit testing in codebase

Open reeversedev opened this issue 3 years ago • 2 comments

Since the project is growing along with more and more functionality is coming up, it is getting very important to make sure existing things don't break and hence, unit testing becomes important.

In my experience, this library is more than enough for us to get started. https://www.npmjs.com/package/@testing-library/react

reeversedev avatar Jan 03 '21 07:01 reeversedev

Hello, I am interested in solving this issue Please let me know how can I get started... I have forked and cloned the repo

hunarjain09 avatar Jan 03 '21 15:01 hunarjain09

Using this article for starting up https://www.robinwieruch.de/react-testing-library

hunarjain09 avatar Jan 03 '21 16:01 hunarjain09