fix(tests): fix tests and linting

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2024-09-26 18:32:54 +02:00
parent 4250f4458b
commit b44f395852
3 changed files with 37 additions and 4 deletions

View file

@ -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: [