From 2ded4a8bd06008249bf1904ec023472c5c54aee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ian=20L=C3=A9tourneau?= Date: Fri, 8 Nov 2024 08:02:07 -0500 Subject: [PATCH] docs(qwik): remove qwik cli command from the intro I forgot the qwik cli was also mentioned in the intro page. Let's remove it there as well as it's not ready yet. --- docs/qwik-testing-library/intro.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/qwik-testing-library/intro.mdx b/docs/qwik-testing-library/intro.mdx index f370c744e..2af36492b 100644 --- a/docs/qwik-testing-library/intro.mdx +++ b/docs/qwik-testing-library/intro.mdx @@ -8,15 +8,6 @@ sidebar_label: Introduction [gh]: https://github.com/ianlet/qwik-testing-library -```bash npm2yarn -npm run qwik add testing-library -``` - -> This library is built on top of [`dom-testing-library`][dom-testing-library] -> which is where most of the logic behind the queries is. - -[dom-testing-library]: ../dom-testing-library/intro.mdx - ## The Problem You want to write maintainable tests for your [Qwik][qwik] components.