Skip to content

Commit

Permalink
Update test-runner docs
Browse files Browse the repository at this point in the history
- Per storybookjs/test-runner#174, `jest` is no longer a peer dep
  • Loading branch information
kylegach committed Aug 26, 2022
1 parent df6da4c commit 94347a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/common/storybook-test-runner-install.npm.js.mdx
@@ -1,3 +1,3 @@
```shell
npm install @storybook/test-runner jest@27 --save-dev
```
npm install @storybook/test-runner --save-dev
```
@@ -1,3 +1,3 @@
```shell
yarn add --dev @storybook/test-runner jest@27
```
yarn add --dev @storybook/test-runner
```
2 changes: 1 addition & 1 deletion docs/writing-tests/test-runner.md
Expand Up @@ -13,7 +13,7 @@ These tests run in a live browser and can be executed via the [command line](#cl

The test-runner is a standalone, framework-agnostic utility that runs parallel to your Storybook. You will need to take some additional steps to set it up properly. Detailed below is our recommendation to configure and execute it.

Run the following command to install it and the required dependencies.
Run the following command to install it.

<!-- prettier-ignore-start -->

Expand Down

0 comments on commit 94347a9

Please sign in to comment.