Skip to content

Commit 4404a66

Browse files
committed
fix: failing tests
1 parent 9aa8c00 commit 4404a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-unused-prop-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6705,7 +6705,7 @@ ruleTester.run('no-unused-prop-types', rule, {
67056705
67066706
export default Demo;
67076707
`,
6708-
features: ['ts'],
6708+
features: ['ts', 'no-babel'],
67096709
errors: [
67106710
{ message: '\'bar\' PropType is defined but prop is never used' },
67116711
],

0 commit comments

Comments
 (0)