bugfix: fix broken unit test example

This commit is contained in:
Kamil Myśliwiec
2018-04-28 18:04:45 +02:00
parent 7b918538db
commit 52e1cc679a
4 changed files with 145 additions and 539 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ describe('AppController (e2e)', () => {
await app.init();
});
it('/GET /', () => {
it('/ (GET)', () => {
return request(app.getHttpServer())
.get('/')
.expect(200)