From d1e1b4b4467ffa964b31ffe64406f78432fb7354 Mon Sep 17 00:00:00 2001 From: Alex Guja <60717961+alexguja@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:13:01 +0200 Subject: [PATCH] Update test-runner.md 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. --- docs/writing-tests/test-runner.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/writing-tests/test-runner.md b/docs/writing-tests/test-runner.md index 5502adfbcd15..1940f87630c0 100644 --- a/docs/writing-tests/test-runner.md +++ b/docs/writing-tests/test-runner.md @@ -43,8 +43,9 @@ Start your Storybook with: @@ -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 \ No newline at end of file +- [Import stories in other tests](./importing-stories-in-tests.md) for other tools