benschaf / waste-schedule

This is a waste-management App with CRUD functionality. Never forget to take out your bins on time! Connect with your community and be Eco-Conscious together.
0 stars 0 forks source link

Jest testing is complicated because of the external full calendar library. how should i go about it. #48

Closed benschaf closed 3 months ago

benschaf commented 3 months ago

don't go too far

benschaf commented 2 months ago

My mentor advised me to not go too far and try to test by mocking the FullCalendar library. This is out of scope.