From 2294a29efdbd0529fe3bde53fdda60d2b3eacb29 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 18 Apr 2017 16:30:20 -0700 Subject: [PATCH] Added a space to a "using" line too --- src/react-compat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-compat.js b/src/react-compat.js index 221f09a81..8ae286f24 100644 --- a/src/react-compat.js +++ b/src/react-compat.js @@ -117,7 +117,7 @@ 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-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', );