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: