Skip to content

Commit 80b2dd9

Browse files
Merge pull request #336 from ibousfiha/master
fix: import in supertest for e2e tests
2 parents f799911 + 98dc89e commit 80b2dd9

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)