Skip to content

Commit

Permalink
chore: remove no ts from test case
Browse files Browse the repository at this point in the history
  • Loading branch information
akulsr0 committed Aug 9, 2024
1 parent fd6fff8 commit d17beb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lib/rules/jsx-curly-brace-presence.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ ruleTester.run('jsx-curly-brace-presence', rule, {
output: `<Foo bar="'" />`,
errors: [{ messageId: 'unnecessaryCurly' }],
options: [{ props: 'never', children: 'never', propElementValues: 'never' }],
features: ['no-ts'],
}
)),
});

0 comments on commit d17beb9

Please sign in to comment.