Skip to content

Commit 97a8e5c

Browse files
committed
docs: fix link format
1 parent 767523a commit 97a8e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/wrapper-array/setMethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
::: warning Deprecation warning
44
`setMethods` is deprecated and will be removed in future releases.
55

6-
There's no clear path to replace `setMethods`, because it really depends on your previous usage. It easily leads to flaky tests that rely on implementation details, which [is discouraged](<(https://github.com/vuejs/rfcs/blob/668866fa71d70322f6a7689e88554ab27d349f9c/active-rfcs/0000-vtu-api.md#setmethods)>).
6+
There's no clear path to replace `setMethods`, because it really depends on your previous usage. It easily leads to flaky tests that rely on implementation details, which [is discouraged](https://github.com/vuejs/rfcs/blob/668866fa71d70322f6a7689e88554ab27d349f9c/active-rfcs/0000-vtu-api.md#setmethods).
77

88
Thus, we suggest to to rethink those tests using the tools Vue Test Utils provides.
99
:::

docs/api/wrapper/setMethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
::: warning Deprecation warning
44
`setMethods` is deprecated and will be removed in future releases.
55

6-
There's no clear path to replace `setMethods`, because it really depends on your previous usage. It easily leads to flaky tests that rely on implementation details, which [is discouraged](<(https://github.com/vuejs/rfcs/blob/668866fa71d70322f6a7689e88554ab27d349f9c/active-rfcs/0000-vtu-api.md#setmethods)>).
6+
There's no clear path to replace `setMethods`, because it really depends on your previous usage. It easily leads to flaky tests that rely on implementation details, which [is discouraged](https://github.com/vuejs/rfcs/blob/668866fa71d70322f6a7689e88554ab27d349f9c/active-rfcs/0000-vtu-api.md#setmethods).
77

88
Thus, we suggest to to rethink those tests using the tools Vue Test Utils provides.
99
:::

0 commit comments

Comments
 (0)