mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Creates initial PUT /user test
Adds missing semi-colon to DELETE-user.test.js
This commit is contained in:
@@ -9,7 +9,7 @@ describe('DELETE /user', () => {
|
||||
beforeEach(() => {
|
||||
return generateUser().then((user) => {
|
||||
api = requester(user);
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
it('deletes the user', () => {
|
||||
|
||||
Reference in New Issue
Block a user