mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
fix(tests): fix tests and linting
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
4250f4458b
commit
b44f395852
3 changed files with 37 additions and 4 deletions
|
@ -116,6 +116,7 @@ describe('FrontendConfigService', () => {
|
|||
loggedIn: DefaultAccessLevel.WRITE,
|
||||
},
|
||||
},
|
||||
revisionRetentionDays: 0,
|
||||
} as NoteConfig;
|
||||
}),
|
||||
],
|
||||
|
@ -223,6 +224,7 @@ describe('FrontendConfigService', () => {
|
|||
loggedIn: DefaultAccessLevel.WRITE,
|
||||
},
|
||||
},
|
||||
revisionRetentionDays: 0,
|
||||
};
|
||||
const module: TestingModule = await Test.createTestingModule({
|
||||
imports: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue