From 9a14cb45e187405b7e8a30173b0d9f0c0174b0b9 Mon Sep 17 00:00:00 2001 From: Tannaz <97254921+tannazma@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:17:43 +0200 Subject: [PATCH] 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 --- packages/docs/cookbook/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3