From: Tannaz <97254921+tannazma@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:17:43 +0000 (+0200) Subject: docs: Fix Unit test components (Vue 2) link (#2413) X-Git-Tag: @pinia/nuxt@0.5.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a14cb45e187405b7e8a30173b0d9f0c0174b0b9;p=thirdparty%2Fvuejs%2Fpinia.git docs: Fix Unit test components (Vue 2) link (#2413) I fixed the right link to take users to the right section of the right page --- diff --git a/packages/docs/cookbook/testing.md b/packages/docs/cookbook/testing.md index 7cd611f4..9787e8e8 100644 --- a/packages/docs/cookbook/testing.md +++ b/packages/docs/cookbook/testing.md @@ -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