From f974d04c05adc8ea81b57b146b9c69b3325c11c4 Mon Sep 17 00:00:00 2001 From: Ian Letourneau Date: Fri, 1 Nov 2024 17:21:50 -0400 Subject: [PATCH] docs(qwik): adjust setup instructions --- docs/qwik-testing-library/setup.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/qwik-testing-library/setup.mdx b/docs/qwik-testing-library/setup.mdx index cc1a536a8..c05ff934f 100644 --- a/docs/qwik-testing-library/setup.mdx +++ b/docs/qwik-testing-library/setup.mdx @@ -4,18 +4,6 @@ title: Setup sidebar_label: Setup --- -The easiest way to get started with Qwik Testing Library is to use the Qwik CLI -that comes with your Qwik project to automatically set it up for you: - -```bash npm2yarn -npm run qwik add testing-library -``` - -If you prefer to set it up manually or want to understand what the setup script -does, read along... - -## Manual Setup - This module is distributed via [npm][npm] which is bundled with [node][node] and should be installed as one of your project's `devDependencies`: