Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akulsr0 committed May 9, 2023
1 parent 9aa8c00 commit 4404a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/no-unused-prop-types.js
Expand Up @@ -6705,7 +6705,7 @@ ruleTester.run('no-unused-prop-types', rule, {
export default Demo;
`,
features: ['ts'],
features: ['ts', 'no-babel'],
errors: [
{ message: '\'bar\' PropType is defined but prop is never used' },
],
Expand Down

0 comments on commit 4404a66

Please sign in to comment.