From c93666b64d753ac858c49bb2b4ccf05d645e1ed3 Mon Sep 17 00:00:00 2001 From: Ivan Trofimov Date: Fri, 31 Jan 2025 23:54:11 +0100 Subject: [PATCH] Update testing.mdx --- src/routes/guides/testing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/guides/testing.mdx b/src/routes/guides/testing.mdx index d7a538124..e6eff8de2 100644 --- a/src/routes/guides/testing.mdx +++ b/src/routes/guides/testing.mdx @@ -18,7 +18,7 @@ Testing your Solid applications is important to inspiring confidence in your cod ### Adding testing packages -The recommended testing testing framework for Solid applications is [vitest](https://vitest.dev). +The recommended testing framework for Solid applications is [vitest](https://vitest.dev). To get started with vitest, install the following development dependencies: