Skip to content

Commit

Permalink
Update test-runner.md
Browse files Browse the repository at this point in the history
Make code snippet consistent with the others on the page. Typically yarn is shown before npm, so this change will make the code snippet consistent with the rest.
  • Loading branch information
alexguja committed Jun 15, 2022
1 parent 33bf40e commit d1e1b4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/writing-tests/test-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ Start your Storybook with:
<CodeSnippets
paths={[
'angular/storybook-run-dev.with-builder.js.mdx',
'common/storybook-run-dev.npm.js.mdx',
'common/storybook-run-dev.yarn.js.mdx',
'common/storybook-run-dev.npm.js.mdx',

]}
/>

Expand Down Expand Up @@ -302,4 +303,4 @@ As the test runner is based on Playwright, you might need to use specific docker
- [Accessibility tests](./accessibility-testing.md) for accessibility
- [Interaction tests](./interaction-testing.md) for user behavior simulation
- [Snapshot tests](./snapshot-testing.md) for rendering errors and warnings
- [Import stories in other tests](./importing-stories-in-tests.md) for other tools
- [Import stories in other tests](./importing-stories-in-tests.md) for other tools

0 comments on commit d1e1b4b

Please sign in to comment.