Skip to content

Commit

Permalink
feat(vitest): allow to install without alpha tag
Browse files Browse the repository at this point in the history
  • Loading branch information
IlCallo committed Jun 26, 2022
1 parent 7da5577 commit d2431f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unit-vitest/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## [Vitest](https://vitest.dev/)

```shell
$ quasar ext add @quasar/testing-unit-vitest@alpha
$ quasar ext add @quasar/testing-unit-vitest
```

> Since Vitest requires a newer Vite version than the one Quasar CLI offer, you'll need to set your `resolutions` (if using Yarn) or `overrides` (if using NPM) fields like this to have it working:
Expand Down

0 comments on commit d2431f4

Please sign in to comment.