Skip to content

Commit 25f5010

Browse files
authored
docs: remove @next tag from @test-library/vue package (#1754)
As of [this commit](testing-library/testing-library-docs@ac0737e) the testing library dependency for vue3 is the default one, so no need for the `next` tag.
1 parent 626ceb0 commit 25f5010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/guide/scaling-up/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ When end-to-end (E2E) tests are run in continuous integration / deployment pipel
288288
In a Vite-based Vue project, run:
289289

290290
```sh
291-
> npm install -D vitest happy-dom @testing-library/vue@next
291+
> npm install -D vitest happy-dom @testing-library/vue
292292
```
293293

294294
Next, update the Vite configuration to add the `test` option block:

0 commit comments

Comments
 (0)