diff --git a/bin/test-storybook.js b/bin/test-storybook.js index a8081a1f..d384815c 100755 --- a/bin/test-storybook.js +++ b/bin/test-storybook.js @@ -110,7 +110,7 @@ const checkForIncompatibilities = () => { } } catch (err) { error( - 'We detected that Jest is not installed in your project. Please install it and run test-storybook again.' + 'We detected that Jest is not installed in your project. Please install Jest@27 and run test-storybook again.' ); process.exit(1); }