mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04: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 { ConfigModule, registerAs } from '@nestjs/config';
|
||||||
import { Test, TestingModule } from '@nestjs/testing';
|
import { Test, TestingModule } from '@nestjs/testing';
|
||||||
|
import { URL } from 'url';
|
||||||
|
|
||||||
import { AppConfig } from '../config/app.config';
|
import { AppConfig } from '../config/app.config';
|
||||||
import { AuthConfig } from '../config/auth.config';
|
import { AuthConfig } from '../config/auth.config';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue