fix CallExpression detection

This commit is contained in:
dakkar 2024-10-16 14:13:05 +01:00
parent 82674d8718
commit dba3277200
2 changed files with 8 additions and 3 deletions

View file

@ -15,6 +15,7 @@ ruleTester.run(
{code: 'i18n.tsx.foo.baz(1)', options: [locale] },
{code: 'whatever.i18n.ts.blah.blah', options: [locale] },
{code: 'whatever.i18n.tsx.does.not.matter', options: [locale] },
{code: 'whatever(i18n.ts.foo.bar)', options: [locale] },
],
invalid: [
{code: 'i18n.ts.not', options: [locale], errors: 1 },