mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 20:14:35 -04:00
UsersService: Remove test obsoleted by strict mode
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
ea11fbff12
commit
0c89d8715e
1 changed files with 0 additions and 4 deletions
|
@ -149,9 +149,5 @@ describe('UsersService', () => {
|
||||||
expect(userDto.photo).toEqual('');
|
expect(userDto.photo).toEqual('');
|
||||||
expect(userDto.email).toEqual('');
|
expect(userDto.email).toEqual('');
|
||||||
});
|
});
|
||||||
it('fails if no user is provided', () => {
|
|
||||||
expect(service.toUserDto(null)).toBeNull();
|
|
||||||
expect(service.toUserDto(undefined)).toBeNull();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue