Skip to content

Commit

Permalink
docs: Fix Unit test components (Vue 2) link (#2413)
Browse files Browse the repository at this point in the history
I fixed the right link to take users to the right section of the right page
  • Loading branch information
tannazma authored Sep 17, 2023
1 parent c9b5eea commit 9a14cb4
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 @@ -98,7 +98,7 @@ expect(store.someAction).toHaveBeenCalledTimes(1)
expect(store.someAction).toHaveBeenLastCalledWith()
```

Please note that if you are using Vue 2, `@vue/test-utils` requires a [slightly different configuration](#unit-test-components-vue-2).
Please note that if you are using Vue 2, `@vue/test-utils` requires a [slightly different configuration](#Unit-test-components-Vue-2-).

### Initial State

Expand Down

0 comments on commit 9a14cb4

Please sign in to comment.