fix: import in supertest for e2e tests

This commit is contained in:
Issam Bousfiha 2025-09-15 14:55:08 +02:00
parent f799911e74
commit 98dc89e154
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { INestApplication } from '@nestjs/common';
import { Test } from '@nestjs/testing';
import * as request from 'supertest';
import request from 'supertest';
import { App } from 'supertest/types';
import { AppModule } from './../src/app.module';