Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests): Zms 86 mailboxes (#501)
* added new file to test git repo setup * added mailboxes tests part 1, POST to /users/{user}/mailboxes * mailboxes tests GET /users/{user}/mailboxes * remove .only * fix returned value check * remove text.txt. Fix mailboxes-test.js test run name * fix GET request tests. Add tests for GET /users/{user}/mailboxes/{mailbox} * added tests for PUT /users/{user}/mailboxes/{mailbox} * added couple more PUT tests. Added tests for DELETE /users/{user}/mailboxes/{mailbox}. Fixed namings in some places * remove unnecessary .send(), add generated md file to gitignore * add new line to gitignore
- Loading branch information