Skip to content

Commit 07cf269

Browse files
author
Adam Plocieniak
committed
prettier changes applied
1 parent 13069bf commit 07cf269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-is/src/__tests__/ReactIs-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ describe('ReactIs', () => {
6868
factory = React.createFactory('div');
6969
}).toWarnDev(
7070
'Warning: React.createFactory() is deprecated and will be removed in a ' +
71-
'future major release. Consider using JSX or use React.createElement() ' +
72-
'directly instead.',
71+
'future major release. Consider using JSX or use React.createElement() ' +
72+
'directly instead.',
7373
{withoutStack: true},
7474
);
7575
expect(ReactIs.isValidElementType(factory)).toEqual(true);

0 commit comments

Comments
 (0)