From 7b3bfaa484bae058028492aa4103ccdc4cd3e245 Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Tue, 2 Sep 2025 15:21:25 -0600 Subject: [PATCH] docs: remove video --- documentation/docs/07-misc/02-testing.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/documentation/docs/07-misc/02-testing.md b/documentation/docs/07-misc/02-testing.md index 32682e9779..468dbfa03f 100644 --- a/documentation/docs/07-misc/02-testing.md +++ b/documentation/docs/07-misc/02-testing.md @@ -276,15 +276,6 @@ That `add` command will install and register the Vitest addon. It will also insp When you run Storybook, you will see a test widget in the bottom of your sidebar, from where you can run your tests. Each story is automatically transformed into a test. The results will be shown in the sidebar and you can debug your tests using Storybook's tools and the browser devtools. You can also integrate [accessibility tests](https://storybook.js.org/docs/writing-tests/accessibility?ref=svelte-docs&renderer=svelte), which will run alongside your component tests. -
- -
- Running component tests in Storybook, filtering the sidebar to test failures, turning on watch mode, and using the interactions debugger to fix the failure -
-
- You can also run those component tests in the terminal (and in CI) using the Vitest CLI.: ```sh