mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-05 14:58:44 +00:00
test(front-config): Add missing URL import
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
54bed42bcb
commit
c60f83357f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
import { ConfigModule, registerAs } from '@nestjs/config';
|
||||
import { Test, TestingModule } from '@nestjs/testing';
|
||||
import { URL } from 'url';
|
||||
|
||||
import { AppConfig } from '../config/app.config';
|
||||
import { AuthConfig } from '../config/auth.config';
|
||||
|
|
Loading…
Reference in a new issue