mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
Fix various ESLint errors in unit tests
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
c5fb87de05
commit
8c3bf66469
7 changed files with 53 additions and 21 deletions
|
@ -31,7 +31,7 @@ describe('GroupsService', () => {
|
|||
|
||||
service = module.get<GroupsService>(GroupsService);
|
||||
groupRepo = module.get<Repository<Group>>(getRepositoryToken(Group));
|
||||
group = Group.create('testGroup', 'Superheros') as Group;
|
||||
group = Group.create('testGroup', 'Superheros');
|
||||
});
|
||||
|
||||
it('should be defined', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue