From acdc75145f5b3c40bef1806c290a9d4cb7bab686 Mon Sep 17 00:00:00 2001 From: Camille Teruel Date: Sun, 22 Sep 2024 23:19:24 +0200 Subject: [PATCH] Update solidjs testing library lib Package solid-testing-library has been renamed @solidjs/testing-library. See https://testing-library.com/docs/solid-testing-library/intro/ --- docs/guide/browser/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/browser/index.md b/docs/guide/browser/index.md index 0077e7fc4ee0..5eacddc8b69e 100644 --- a/docs/guide/browser/index.md +++ b/docs/guide/browser/index.md @@ -428,7 +428,7 @@ Vitest doesn't support all frameworks out of the box, but you can use external t For unsupported frameworks, we recommend using `testing-library` packages: - [`@testing-library/preact`](https://testing-library.com/docs/preact-testing-library/intro) to render [preact](https://preactjs.com) components -- [`solid-testing-library`](https://testing-library.com/docs/solid-testing-library/intro) to render [solid](https://www.solidjs.com) components +- [`@solidjs/testing-library`](https://testing-library.com/docs/solid-testing-library/intro) to render [solid](https://www.solidjs.com) components - [`@marko/testing-library`](https://testing-library.com/docs/marko-testing-library/intro) to render [marko](https://markojs.com) components ::: warning