diff --git a/src/frontend-config/frontend-config.service.spec.ts b/src/frontend-config/frontend-config.service.spec.ts index 770c909c3..9c9b3b34d 100644 --- a/src/frontend-config/frontend-config.service.spec.ts +++ b/src/frontend-config/frontend-config.service.spec.ts @@ -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';