Skip to content

Commit b7d8763

Browse files
Diana SuvorovaDiana Suvorova
authored andcommitted
we have a problem
1 parent 3321cbb commit b7d8763

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,13 +1317,6 @@ ruleTester.run('no-unused-prop-types', rule, {
13171317
}, {
13181318
// `no-unused-prop-types` rest param props in jsx expressions - [Issue #885]
13191319
code: [
1320-
'const SomeComponent = funciton(props) {',
1321-
' return (',
1322-
' <span>{this.props.nextPage}</span>',
1323-
' <span>{this.props.previousPage}</span>',
1324-
' );',
1325-
'};',
1326-
13271320
'const PagingBlock = function(props) {',
13281321
' return (',
13291322
' <SomeComponent {...props} />',

0 commit comments

Comments
 (0)