Skip to content

Commit

Permalink
Merge pull request #19032 from storybookjs/test-runner-docs
Browse files Browse the repository at this point in the history
Update test-runner docs
  • Loading branch information
kylegach committed Aug 29, 2022
2 parents 666f917 + 94347a9 commit bbc0e82
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 bbc0e82

Please sign in to comment.