fix: comment console log
This commit is contained in:
parent
bcf61e1179
commit
fb1b7389f3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ describe('Class controllers', () => {
|
|||
await createClassHandler(req as Request, res as Response);
|
||||
|
||||
const result = jsonMock.mock.lastCall?.[0];
|
||||
console.log('class', result.class);
|
||||
// Console.log('class', result.class);
|
||||
|
||||
expect(jsonMock).toHaveBeenCalledWith(expect.objectContaining({ class: expect.anything() }));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue