We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7606ed commit eeba519Copy full SHA for eeba519
docs/svelte-testing-library/setup.mdx
@@ -11,7 +11,7 @@ library with any testing framework and runner you're comfortable with.
11
12
1. Install Vitest and jsdom
13
14
-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
15
options e.g `happy-dom`.
16
17
```bash npm2yarn
0 commit comments