techstartucalgary / tsu-website

The official repository for Tech Start UCalgary's website (indev)
https://techstartucalgary.com
MIT License
7 stars 6 forks source link

Investigate adding snapshot testing #298

Open Niyousha99 opened 2 years ago

Niyousha99 commented 2 years ago

Snapshot testing is a way for us to add some automatic tests to verify that our code changes do not introduce unintended changes to other components on the website. It is a good tool for detecting unwanted changes to the UI.

Niyousha99 commented 2 years ago

https://jestjs.io/docs/snapshot-testing