mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Format with Prettier 2.3
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
800f5a4dc3
commit
e4317725cd
9 changed files with 94 additions and 88 deletions
|
@ -210,12 +210,13 @@ describe('FrontendConfigService', () => {
|
|||
imprint: imprintLink,
|
||||
},
|
||||
};
|
||||
const externalServicesConfig: ExternalServicesConfig = {
|
||||
plantUmlServer: plantUmlServer,
|
||||
imageProxy: imageProxy,
|
||||
};
|
||||
const module: TestingModule = await Test.createTestingModule(
|
||||
const externalServicesConfig: ExternalServicesConfig =
|
||||
{
|
||||
plantUmlServer: plantUmlServer,
|
||||
imageProxy: imageProxy,
|
||||
};
|
||||
const module: TestingModule =
|
||||
await Test.createTestingModule({
|
||||
imports: [
|
||||
ConfigModule.forRoot({
|
||||
isGlobal: true,
|
||||
|
@ -238,8 +239,7 @@ describe('FrontendConfigService', () => {
|
|||
LoggerModule,
|
||||
],
|
||||
providers: [FrontendConfigService],
|
||||
},
|
||||
).compile();
|
||||
}).compile();
|
||||
|
||||
const service = module.get(FrontendConfigService);
|
||||
const config = await service.getFrontendConfig();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue