Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d37439

Browse filesBrowse files
aduh95RafaelGSS
authored andcommitted
test_runner: update comment to comply with eslint no-fallthrough rule
PR-URL: #46258 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 255f177 commit 4d37439
Copy full SHA for 4d37439

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎lib/internal/test_runner/tap_parser.js‎

Copy file name to clipboardExpand all lines: lib/internal/test_runner/tap_parser.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,7 @@ class TapParser extends Transform {
463463
// Ignore unrecognized and empty nodes
464464
break;
465465
}
466-
467-
// Otherwise continue and process node
468-
// eslint no-fallthrough
466+
// falls through
469467

470468
case TokenKind.TAP_PLAN:
471469
case TokenKind.TAP_PRAGMA:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.