Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Add unit testing for React components using Jest #2329

Open
singh-sarabjeet opened this issue Aug 24, 2020 · 0 comments
Open

Add unit testing for React components using Jest #2329

singh-sarabjeet opened this issue Aug 24, 2020 · 0 comments

Comments

@singh-sarabjeet
Copy link

Is your feature request related to a problem? Please describe.
A unit testing framework will ensure the code doesn't break by additions of new features or bug fixes.

Describe the solution you'd like
We can add Jest as the testing library and all new features added should have unit test cases for them. Also, unit test cases for previously written code can be added slowly.

Describe alternatives you've considered
Multiple alternatives such as Mocha, Jasmine, Enzyme and React-testing-library were considered but Jest is the recommended library for testing react by Facebook.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant