oss-slu / shelter_volunteers

MIT License
3 stars 4 forks source link

Fixed No UI Testing. Added unit test cases for Add Shifts functionality #Issue 97 #102

Closed cbiddle3 closed 6 months ago

cbiddle3 commented 6 months ago

Fixes #97

What was changed?

Why was it changed?

To make sure that new changes do not break old UI functionality, as well as to ensure our front-end code is currently behaving as desired. These tests also help make sure that our UI is user-friendly to interact with.

How was it changed?

To run the tests

1) Rerun npm install (For my computer that didn't originally work, I had to delete node_modules and then run npm install) 2) Run npm test