Skip to content

Commit

Permalink
we have a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Suvorova authored and Diana Suvorova committed Jul 15, 2017
1 parent 3321cbb commit b7d8763
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/lib/rules/no-unused-prop-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -1317,13 +1317,6 @@ ruleTester.run('no-unused-prop-types', rule, {
}, {
// `no-unused-prop-types` rest param props in jsx expressions - [Issue #885]
code: [
'const SomeComponent = funciton(props) {',
' return (',
' <span>{this.props.nextPage}</span>',
' <span>{this.props.previousPage}</span>',
' );',
'};',

'const PagingBlock = function(props) {',
' return (',
' <SomeComponent {...props} />',
Expand Down

0 comments on commit b7d8763

Please sign in to comment.