Skip to content

Commit

Permalink
fix: specify jest version in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jul 10, 2022
1 parent 78c77c0 commit 3b6c68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-storybook.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3b6c68f

Please sign in to comment.