Skip to content

Commit

Permalink
fix: mr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Dec 4, 2024
1 parent 7decf1d commit 336496d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/rules/no-unlocalized-strings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ ruleTester.run<string, Option[]>(name, rule, {
options: [{ ignoreNames: ['displayName'] }],
},
{
name: 'Respect the name of the parameter when a default is applied',
code: 'function Input({ intent = "none"}) {}',
options: [{ ignoreNames: ['intent'] }],
},
Expand Down

0 comments on commit 336496d

Please sign in to comment.