Commit 68f0e8aa authored by nanahira's avatar nanahira

comment

parent 1be0fef1
......@@ -51,6 +51,7 @@ class UserController {
describe('app', () => {
let app: NestExpressApplication;
/*
beforeEach(async () => {
const module = await Test.createTestingModule({
imports: [
......@@ -134,4 +135,5 @@ describe('app', () => {
});
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