Skip to content

Commit

Permalink
refactor(cloudflare-workers): Suppress eslint noise (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Apr 13, 2024
1 parent fb31c8a commit c2c76a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/cloudflare-workers/websocket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('upgradeWebSocket middleware', () => {
app.get(
'/ws',
upgradeWebSocket(() => ({
// eslint-disable-next-line @typescript-eslint/no-unused-vars
onMessage(evt, ws) {
console.log('evt')
resolve(evt.data)
Expand Down

0 comments on commit c2c76a8

Please sign in to comment.