Skip to content

Commit

Permalink
prettier changes applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plocieniak committed Oct 15, 2020
1 parent 13069bf commit 07cf269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-is/src/__tests__/ReactIs-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ describe('ReactIs', () => {
factory = React.createFactory('div');
}).toWarnDev(
'Warning: React.createFactory() is deprecated and will be removed in a ' +
'future major release. Consider using JSX or use React.createElement() ' +
'directly instead.',
'future major release. Consider using JSX or use React.createElement() ' +
'directly instead.',
{withoutStack: true},
);
expect(ReactIs.isValidElementType(factory)).toEqual(true);
Expand Down

0 comments on commit 07cf269

Please sign in to comment.