Skip to content

Commit

Permalink
test_runner: update comment to comply with eslint no-fallthrough rule
Browse files Browse the repository at this point in the history
PR-URL: #46258
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 authored and juanarbol committed Mar 5, 2023
1 parent 5453cd9 commit 23b8758
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/internal/test_runner/tap_parser.js
Expand Up @@ -463,9 +463,7 @@ class TapParser extends Transform {
// Ignore unrecognized and empty nodes
break;
}

// Otherwise continue and process node
// eslint no-fallthrough
// falls through

case TokenKind.TAP_PLAN:
case TokenKind.TAP_PRAGMA:
Expand Down

0 comments on commit 23b8758

Please sign in to comment.