Template
chore: remove concept
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as request from 'supertest';
|
||||
// import * as request from 'supertest';
|
||||
import { Test } from '@nestjs/testing';
|
||||
import { AppModule } from './../src/app.module';
|
||||
import { INestApplication } from '@nestjs/common';
|
||||
@@ -19,10 +19,10 @@ describe('AppController (e2e)', () => {
|
||||
await app.close();
|
||||
});
|
||||
|
||||
it('/ (GET)', () => {
|
||||
return request(app.getHttpServer())
|
||||
.get('/')
|
||||
.expect(200)
|
||||
.expect('Hello World!');
|
||||
});
|
||||
// it('/ (GET)', () => {
|
||||
// return request(app.getHttpServer())
|
||||
// .get('/')
|
||||
// .expect(200)
|
||||
// .expect('Hello World!');
|
||||
// });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user