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`: