From c286d17db464df6958ff7756acc9d2f0e7754417 Mon Sep 17 00:00:00 2001 From: Roman Batsenko Date: Mon, 11 Sep 2023 17:11:29 +0200 Subject: [PATCH] Update setup.mdx Grammar --- docs/svelte-testing-library/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/svelte-testing-library/setup.mdx b/docs/svelte-testing-library/setup.mdx index 6d3c979de..8045db947 100644 --- a/docs/svelte-testing-library/setup.mdx +++ b/docs/svelte-testing-library/setup.mdx @@ -11,7 +11,7 @@ library with any testing framework and runner you're comfortable with. 1. Install Vitest and jsdom -We're using `jdom` here as the test environment, but you can use any other +We're using `jsdom` here as the test environment, but you can use any other options e.g `happy-dom`. ```bash npm2yarn