Skip to content

Commit

Permalink
lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 14, 2020
1 parent 042d3b9 commit 4415dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fixtures/legacy-jsx-runtimes/react-17/react-17.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ it('should give context for PropType errors in nested components.', () => {
}
expect(() => ReactTestUtils.renderIntoDocument(<ParentComp />)).toErrorDev(
'Warning: Failed prop type: ' +
'Invalid prop `color` of type `number` supplied to `MyComp`, ' +
'expected `string`.\n' +
' in color (at **)\n' +
'Invalid prop `color` of type `number` supplied to `MyComp`, ' +
'expected `string`.\n' +
' in color (at **)\n' +
' in ParentComp (at **)'
);
});
Expand Down

0 comments on commit 4415dd9

Please sign in to comment.