Skip to content

Commit

Permalink
chore: pr review change
Browse files Browse the repository at this point in the history
  • Loading branch information
akulsr0 committed Jul 12, 2024
1 parent b827d6b commit bd2e2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/rules/jsx-handler-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ ruleTester.run('jsx-handler-names', rule, {
)
}
`,
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLib**'] }],
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLib*'] }],
},
]),

Expand Down Expand Up @@ -399,7 +399,7 @@ ruleTester.run('jsx-handler-names', rule, {
)
}
`,
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLibrary**'] }],
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLibrary*'] }],
errors: [
{
messageId: 'badPropKey',
Expand Down

0 comments on commit bd2e2e3

Please sign in to comment.