Skip to content

Commit 98dc89e

Browse files
committed
fix: import in supertest for e2e tests
1 parent f799911 commit 98dc89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { INestApplication } from '@nestjs/common';
22
import { Test } from '@nestjs/testing';
3-
import * as request from 'supertest';
3+
import request from 'supertest';
44
import { App } from 'supertest/types';
55
import { AppModule } from './../src/app.module';
66

0 commit comments

Comments
 (0)