bugfix: fix broken unit test example
This commit is contained in:
@@ -15,7 +15,7 @@ describe('AppController (e2e)', () => {
|
||||
await app.init();
|
||||
});
|
||||
|
||||
it('/GET /', () => {
|
||||
it('/ (GET)', () => {
|
||||
return request(app.getHttpServer())
|
||||
.get('/')
|
||||
.expect(200)
|
||||
|
||||
Reference in New Issue
Block a user