Skip to content

Commit

Permalink
Merge pull request #29 from storybookjs/docs/add-jest-to-readme
Browse files Browse the repository at this point in the history
docs(README): add section about jest
  • Loading branch information
shilman authored Jan 25, 2022
2 parents e1d42fe + aa0a460 commit cbf7ecd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Storybook test runner turns all of your stories into executable tests.
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
```

<details>
<summary>1.1 Optional instructions to install the Interactions addon for visual debugging of play functions</summary>

Expand Down

0 comments on commit cbf7ecd

Please sign in to comment.