Audacity21 / bz-lab-tracker

App for mentors to track progress of lab students
https://bz-lab-tracker.vercel.app/
1 stars 2 forks source link

Set up unit tests #18

Open Audacity21 opened 4 months ago

Audacity21 commented 4 months ago

Set up unit test or any other kind of validations using libraries like jest or cypress. The goal is that we should know instantly which part of the application is breaking if anything goes wrong.

It is recommended to work on this only after https://github.com/Audacity21/bz-lab-tracker/issues/12 is resolved.