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 RafaelGSS committed Jan 20, 2023
1 parent 255f177 commit 4d37439
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/internal/test_runner/tap_parser.js
Original file line number Diff line number Diff line change
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 4d37439

Please sign in to comment.