Closed jeffplays2005 closed 3 months ago
Visit the preview URL for this PR (updated for commit d944ac1):
https://uasc-ceebc--pr642-640-neaten-route-tes-8wvdpa4h.web.app
(expires Wed, 24 Jul 2024 10:42:42 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa
Sorry, might just need another review!
Update UserController route tests
Changes to:
/user/edit-self
should edit the user information for multiple attributes
test as can can combine withshould edit the users information
beforeEach
andafterEach
from individualdescribe
blocks and replaced with a generalbeforeEach
andafterEach
in the maindescribe
block. This is per the jest documentations