fix: comment console log

This commit is contained in:
Gabriellvl 2025-05-04 14:20:58 +02:00
parent bcf61e1179
commit fb1b7389f3

View file

@ -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() }));