Skip to content

Commit

Permalink
Docs: comment off
Browse files Browse the repository at this point in the history
  • Loading branch information
HC-kang committed Oct 22, 2023
1 parent f97b121 commit 1474c59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ describe('AppController (e2e)', () => {
});

// TODO: deploy시 seeder 작업 후 주석 해제
it('GET /api/v1/products/100001', () => {
return request(app.getHttpServer())
.get('/api/v1/products/100001')
.expect(200);
});
// it('GET /api/v1/products/100001', () => {
// return request(app.getHttpServer())
// .get('/api/v1/products/100001')
// .expect(200);
// });

xit('POST /api/v1/orders', () => {
return request(app.getHttpServer())
Expand Down

0 comments on commit 1474c59

Please sign in to comment.