ucsb-cs184-f24 / team06

home of plant crossing
MIT License
0 stars 0 forks source link

adding unit tests for shop screen #96

Closed samanthwest closed 1 week ago

samanthwest commented 1 week ago

added 2 unit tests using Jest for shop screen:

  1. ensures that the modal is displayed when a user presses a shop item
  2. ensures that pressing the "Buy Now" button in the modal triggers the expected alert message run npm test to run the tests

don't look at this yet pretty please