Commit 68f0e8aa authored by nanahira's avatar nanahira

comment

parent 1be0fef1
...@@ -51,6 +51,7 @@ class UserController { ...@@ -51,6 +51,7 @@ class UserController {
describe('app', () => { describe('app', () => {
let app: NestExpressApplication; let app: NestExpressApplication;
/*
beforeEach(async () => { beforeEach(async () => {
const module = await Test.createTestingModule({ const module = await Test.createTestingModule({
imports: [ imports: [
...@@ -134,4 +135,5 @@ describe('app', () => { ...@@ -134,4 +135,5 @@ describe('app', () => {
}); });
await request(server).get('/user/1').expect(404); await request(server).get('/user/1').expect(404);
}); });
*/
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment