Skip to content

Commit

Permalink
docs: improved syntax (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhg7 authored Aug 21, 2023
1 parent 0c707f7 commit a01de8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/cookbook/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const wrapper = mount(Counter, {

## E2E tests

When it comes to pinia, you don't need to change anything for e2e tests, that's the whole point of e2e tests! You could maybe test HTTP requests, but that's way beyond the scope of this guide 😄.
When it comes to Pinia, you don't need to change anything for E2E tests, that's the whole point of these tests! You could maybe test HTTP requests, but that's way beyond the scope of this guide 😄.

## Unit test components (Vue 2)

Expand Down

0 comments on commit a01de8a

Please sign in to comment.