Skip to content

Commit e96b66a

Browse files
committed
docs: shorten package manager commands
1 parent 429ddb1 commit e96b66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/svelte-testing-library/setup.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ npm install --save-dev @vitest/ui
8787
how) and run the following command to run the tests.
8888

8989
```bash npm2yarn
90-
npm run test
90+
npm test
9191
```
9292

9393
## Jest
@@ -180,7 +180,7 @@ npm install --save-dev @vitest/ui
180180
and run it
181181

182182
```bash npm2yarn
183-
npm run test
183+
npm test
184184
```
185185

186186
### TypeScript

0 commit comments

Comments
 (0)