From 3b6c68fdae4f139a4969721afd09b816356dec0b Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Sun, 10 Jul 2022 10:06:59 +0200 Subject: [PATCH] fix: specify jest version in warning message --- bin/test-storybook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }