We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7951222 commit 4d5ceafCopy full SHA for 4d5ceaf
docs/svelte-testing-library/setup.mdx
@@ -64,13 +64,13 @@ npm install --save-dev @vitest/ui
64
4. Optionally install [vitest-dom](https://github.com/chaance/vitest-dom) to add
65
handy assertions to Vitest
66
67
- 5.1 Install `vitest-dom`
+ 4.1 Install `vitest-dom`
68
69
```bash npm2yarn
70
npm install --save-dev vitest-dom
71
```
72
73
- 5.2 import `vitest-dom` at within the vitest setup file (usually `vitest-setup.(js|ts)`)
+ 4.2 import `vitest-dom` at within the vitest setup file (usually `vitest-setup.(js|ts)`)
74
75
```js
76
import * as matchers from "vitest-dom/matchers";
0 commit comments