Skip to content

Commit 058386a

Browse files
authored
Reword preference of Vue Testing Library over Vue Test Utils (#330)
* Update testing.md * Update testing.md
1 parent f75db8e commit 058386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Its guiding principle is that the more tests resemble the way software is used,
8686

8787
#### Vue Test Utils
8888

89-
Vue Test Utils is the low-level component testing library that was written to provide users access to Vue specific APIs. While it is officially maintained, we recommend most users use Vue Testing Library, which is an abstraction over Vue Test Utils.
89+
Vue Test Utils is the official low-level component testing library that was written to provide users access to Vue specific APIs. If you are new to testing Vue applications, we would recommend using Vue Testing Library, which is an abstraction over Vue Test Utils.
9090

9191
**Resources**
9292

0 commit comments

Comments
 (0)