Skip to content

Commit

Permalink
test: Don't ignore TS2740
Browse files Browse the repository at this point in the history
It doesn't happen anymore, yay!
  • Loading branch information
mvollmer committed Dec 12, 2024
1 parent 2a393cf commit d415bcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/common/typecheck
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ javascript_ignored_codes = [
"TS2532", # Object is possibly 'undefined'.
"TS18048", # 'X' is possibly 'undefined'.
"TS2741", # Property 'X' is missing in type
"TS2740", # Property 'X' is missing in type
"TS2551", # Property 'X' does not exist on type
"TS2304", # Cannot find name 'X'
"TS2581", # Cannot find name '$'. Do you need to install type definitions for jQuery?
Expand Down

0 comments on commit d415bcc

Please sign in to comment.