oss-slu / shelter_volunteers

MIT License
3 stars 4 forks source link

Unit test cases for Upcoming Shifts, Past Shifts and Delete Shifts features #99

Open SiriChandanaGarimella opened 7 months ago

SiriChandanaGarimella commented 7 months ago

Is your feature request related to a problem? Please describe. Currently, there are no unit test cases written for the front end. Unit test cases would help to identify the issues if any and improve the quality of the build.

Describe the solution you'd like Write the unit test cases covering all features related to Upcoming Shifts, Past Shifts, and Delete Shifts. Can use the JEST framework for unit test scripting.