-
-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: Use parameterised testing using jest.it.each
#506
Comments
Can you please assign this to me? I'll try to put something up for this |
Awesome, assigned. |
@shivammathur I have a draft PR up where I've done for |
Great work. I have reviewed it, also please create a different PR for each test file you work on. That will be easier for me to review. |
Have raised #516 for |
Hi @aneeshrelan, will you be working on |
Yup. I can. But I won't have time this weekend. Next week I can spend some time |
jest.it.each
reduces the boilerplate test code and improves the readability and maintainability.Currently
config
,tools
andcoverage
tests usejest.it.each
. The same can be done forutils
,extensions
andinstall
tests.Ref:
The text was updated successfully, but these errors were encountered: