We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6177a4 commit dc45ff3Copy full SHA for dc45ff3
lib/internal/test_runner/tap_parser.js
@@ -1,4 +1,4 @@
1
-// https://github.com/nodejs/node/blob/7a42a206ac37d95060640b4812aaef32535937e1/lib/internal/test_runner/tap_parser.js
+// https://github.com/nodejs/node/blob/931f035bac8326a11f42fc05463d5b21d9bec502/lib/internal/test_runner/tap_parser.js
2
'use strict'
3
4
const {
@@ -464,9 +464,7 @@ class TapParser extends Transform {
464
// Ignore unrecognized and empty nodes
465
break
466
}
467
-
468
- // Otherwise continue and process node
469
- // eslint no-fallthrough
+ // falls through
470
471
case TokenKind.TAP_PLAN:
472
case TokenKind.TAP_PRAGMA:
0 commit comments