pesto-students / batch-8-NuSlack

A Group-chat application
https://nu-slack.netlify.com/
2 stars 4 forks source link

Implement testing for the react components #54

Closed abhi18av closed 5 years ago

abhi18av commented 5 years ago

Implement testing for the client/src/components on the hackathon branch and get it merged into the master.

abhi18av commented 5 years ago

Something we've learned.

As we have used the hook and context features in our components it seems that the better choice for a testing library is react-testing-library as compared to enzyme. However, we've decided to push it to the next (last) week to see if that's worth the effort.