We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429ddb1 commit e96b66aCopy full SHA for e96b66a
1 file changed
docs/svelte-testing-library/setup.mdx
@@ -87,7 +87,7 @@ npm install --save-dev @vitest/ui
87
how) and run the following command to run the tests.
88
89
```bash npm2yarn
90
- npm run test
+ npm test
91
```
92
93
## Jest
@@ -180,7 +180,7 @@ npm install --save-dev @vitest/ui
180
and run it
181
182
183
184
185
186
### TypeScript
0 commit comments