We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f799911 commit 98dc89eCopy full SHA for 98dc89e
test/app.e2e-spec.ts
@@ -1,6 +1,6 @@
1
import { INestApplication } from '@nestjs/common';
2
import { Test } from '@nestjs/testing';
3
-import * as request from 'supertest';
+import request from 'supertest';
4
import { App } from 'supertest/types';
5
import { AppModule } from './../src/app.module';
6
0 commit comments