fix: import in supertest for e2e tests
This commit is contained in:
parent
f799911e74
commit
98dc89e154
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue