Skip to content

Commit c11e891

Browse files
sunshineoGordon Sun
and
Gordon Sun
authored
remove wrong console log in test (#6627)
Co-authored-by: Gordon Sun <[email protected]>
1 parent a6300a2 commit c11e891

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/Middlewares.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,6 @@ describe('middlewares', () => {
373373
masterKey: 'masterKey',
374374
});
375375
fakeReq.body = Buffer.from('fake-file');
376-
console.log('fakeReq.body.constructor');
377-
console.log(fakeReq.body.constructor);
378-
console.log('fakeReq.body instanceof Buffer');
379-
console.log(fakeReq.body instanceof Buffer);
380376
middlewares.handleParseHeaders(fakeReq, fakeRes);
381377
expect(fakeRes.status).toHaveBeenCalledWith(403);
382378
});

0 commit comments

Comments
 (0)