website refactor
This commit is contained in:
@@ -9,7 +9,7 @@ describe('Bootstrap seeding (HTTP, inmemory)', () => {
|
||||
const originalEnv = { ...process.env };
|
||||
|
||||
let module: TestingModule | undefined;
|
||||
let app: any;
|
||||
let app: import("@nestjs/common").INestApplication;
|
||||
|
||||
beforeAll(async () => {
|
||||
vi.resetModules();
|
||||
|
||||
Reference in New Issue
Block a user