aortiz24
aortiz24
Can I be assigned this issue?
This would be my first Hacktoberfest issue! I'll look into React Unit Testing if you'll assign me the issue.
Jest and Enzyme seem to be the go-to tools for React Unit Testing. Jest will help do all assertions and enzyme will help render React components in testing mode. The...
@devcshort, if you create another issue for CI/CD setup and assign me to that issue. I'll help with CI/CD setup. I've found a medium article that guides through the process:...
I'm going to do some more investigating! @devcshort, What would those different scenarios be in regards to the automated testing of the react-hls-player component? It will help me in my...
Hey @devcshort , I have confirmed from multiple sources that Jest and Enzyme are the go-to tools for React Unit Testing! Cypress is used for everything else :)
No worries @devcshort! I did some more research and found that Jest alone can do the unit testing. This is a short & sweet 12 minute breakdown (11:07 - 23:09)...
Do you have a util.js? If not, I can make one with your guidance on what you would like unit tested. Would you like me to make a util.test.js?
Okay, sounds good. Could you share with me your util.js file where you have written the functions you want unit tested. Based on that util.js file, I can write the...
Hey @devcshort, I've learned a lot by trying to work on this issue, but I can no longer devote the time to it. Best of luck!