Skip to content

Commit

Permalink
πŸ”‡ chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Oct 7, 2024
1 parent e7a270a commit ea6fef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tom-server/src/qrcode-api/test/router.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ beforeEach(() => {
})

const controllerGetSpy = jest.fn().mockImplementation((_req, res, _next) => {
console.log('controller called')
res.status(200).send('OK')
})

Expand Down

0 comments on commit ea6fef1

Please sign in to comment.