Skip to content

Commit

Permalink
fix "default typeCheckingMode=recommended" test due to typeshed update
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Nov 13, 2024
1 parent 472e48d commit 96f7786
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ test('default typeCheckingMode=recommended', () => {
...[78, 89, 106, 110, 118, 126].map((line) => ({ code: DiagnosticRule.reportUnreachable, line })),
{ line: 19, code: DiagnosticRule.reportUnknownParameterType },
{ line: 33, code: DiagnosticRule.reportUnknownParameterType },
{ line: 94, code: DiagnosticRule.reportUnnecessaryComparison },
{ line: 102, code: DiagnosticRule.reportUnusedVariable },
{ line: 113, code: DiagnosticRule.reportUnknownParameterType },
{ line: 114, code: DiagnosticRule.reportUnnecessaryIsInstance },
Expand Down

0 comments on commit 96f7786

Please sign in to comment.