We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5453cd9 commit 23b8758Copy full SHA for 23b8758
1 file changed
lib/internal/test_runner/tap_parser.js
@@ -463,9 +463,7 @@ class TapParser extends Transform {
463
// Ignore unrecognized and empty nodes
464
break;
465
}
466
-
467
- // Otherwise continue and process node
468
- // eslint no-fallthrough
+ // falls through
469
470
case TokenKind.TAP_PLAN:
471
case TokenKind.TAP_PRAGMA:
0 commit comments