Skip to content

Commit dc45ff3

Browse files
aduh95MoLow
authored andcommitted
chore: update comment to comply with eslint no-fallthrough rule
PR-URL: nodejs/node#46258 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> (cherry picked from commit 931f035bac8326a11f42fc05463d5b21d9bec502)
1 parent b6177a4 commit dc45ff3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/internal/test_runner/tap_parser.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://github.com/nodejs/node/blob/7a42a206ac37d95060640b4812aaef32535937e1/lib/internal/test_runner/tap_parser.js
1+
// https://github.com/nodejs/node/blob/931f035bac8326a11f42fc05463d5b21d9bec502/lib/internal/test_runner/tap_parser.js
22
'use strict'
33

44
const {
@@ -464,9 +464,7 @@ class TapParser extends Transform {
464464
// Ignore unrecognized and empty nodes
465465
break
466466
}
467-
468-
// Otherwise continue and process node
469-
// eslint no-fallthrough
467+
// falls through
470468

471469
case TokenKind.TAP_PLAN:
472470
case TokenKind.TAP_PRAGMA:

0 commit comments

Comments
 (0)