PoliticalComputerScience / PCS-Website

2 stars 3 forks source link

Testing Framework #4

Open VivianWilde opened 3 months ago

VivianWilde commented 3 months ago

Decide on testing standards and frameworks. This article goes over some common ones, namely Jest and Enzyme. Ideally we want to define what the minimum expectations are for tests, as well as the aspirations.

Tentative Thoughts

Urgency

na933950 commented 3 months ago

Using jest ideally-- seems pretty simple for functionality testing. For component visual testing, I think we can manually test as it is really difficult to automatically test that. The only tests we could write imo would be for asserting something renders and asserting the right information is received.