Skip to content

Commit

Permalink
chore: remove ESLint directive
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 18, 2023
1 parent 4009faf commit 33ee3be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/commands/dev/dev-miscellaneous.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ describe.concurrent('commands/dev-miscellaneous', () => {
})
.withEdgeFunction({
handler: async () => {
// eslint-disable-next-line no-undef -- `ReadableStream` is a global in Deno
const body = new ReadableStream({
async start(controller) {
setInterval(() => {
Expand Down

0 comments on commit 33ee3be

Please sign in to comment.