diff --git a/src/react-compat.js b/src/react-compat.js index 01222efec..8ae286f24 100644 --- a/src/react-compat.js +++ b/src/react-compat.js @@ -117,8 +117,8 @@ if (REACT013) { } catch (e) { if (REACT155) { console.error( // eslint-disable-line no-console - 'react-dom@15.5+ and react-test-renderer are implicit dependencies when using' + - 'react@15.5+ with enzyme. Please add the appropriate version to your' + + 'react-dom@15.5+ and react-test-renderer are implicit dependencies when using ' + + 'react@15.5+ with enzyme. Please add the appropriate version to your ' + 'devDependencies. See https://github.com/airbnb/enzyme#installation', ); } else {