-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/backend/direct message tests (#179)
* [backend] Add direct room tests for `GET /rooms/:roomId` API * [backend] Modify test descriptions for `POST /rooms/:roomId/invite/:userId` * [backend] Add direct room tests for `GET /rooms` API * [backend] Add direct room tests for `PATCH /rooms/:roomId` * [backend] Fix UpdateRoomGuard for DIRECT room - Add exhaustive check for existing/updating accessLevel * [backend] Add direct room tests for `DELETE /room/:id` * [backend] Set default role to OWNER for DIRECT rooms so that both users in the room can delete the room * [backend] Add direct room tests for leave and kick * [backend] Add direct room tests for `PATCH /room/:id/:userId` API
- Loading branch information
Showing
3 changed files
with
329 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.