Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 10, 2024
1 parent 586a5d6 commit 50df82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prefer-number-properties.mjs
Expand Up @@ -298,7 +298,7 @@ test({
errors: errorNaN,
},
{
...withCheckNaN('if (Number.isNan(NaN)) {}'),
...withCheckNaN('if (Number.isNaN(NaN)) {}'),
output: 'if (Number.isNaN(Number.NaN)) {}',
errors: errorNaN,
},
Expand Down

0 comments on commit 50df82b

Please sign in to comment.