Skip to content

Commit

Permalink
docs: fix vitest install command (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpittman authored Nov 8, 2024
1 parent 67c418d commit 9690383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ runner.
If you haven't done so already, add vitest to your project using Qwik CLI:

```shell
npm qwik add vitest
npm run qwik add vitest
```

After that, we need to configure Vitest so it can run your tests.
Expand Down Expand Up @@ -508,4 +508,4 @@ qwikly.

[qwik-baseline]: https://github.com/QwikDev/qwik/tree/main/packages/qwik/src/testing

[tl-team]: https://testing-library.com
[tl-team]: https://testing-library.com

0 comments on commit 9690383

Please sign in to comment.