Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Dec 24, 2023
1 parent b344795 commit 2a9b163
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/lib/rules/no-implicit-coercion.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ ruleTester.run("no-implicit-coercion", rule, {
type: "UnaryExpression"
}]
},
{
code: "-(-foo)",
output: null,
errors: [{
messageId: "useRecommendation",
type: "UnaryExpression"
}]
},
{
code: "+foo.bar",
output: "Number(foo.bar)",
Expand Down

0 comments on commit 2a9b163

Please sign in to comment.