Skip to content

Commit

Permalink
Merge pull request #115 from storybookjs/jonniebigodes-patch-1
Browse files Browse the repository at this point in the history
Updates readme to lock Jest to version 27
  • Loading branch information
yannbf authored May 27, 2022
2 parents e205d30 + f1b428b commit 7277f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ yarn add @storybook/test-runner -D
Jest is a peer dependency. If you don't have it, also install it

```jsx
yarn add jest -D
yarn add jest@27 -D
```

<details>
Expand Down

0 comments on commit 7277f47

Please sign in to comment.