Skip to content

Commit 7a7c9c3

Browse files
committed
(docs): change how we refer to vue-test-utils
1 parent a0bf7f9 commit 7a7c9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/useful-libraries-for-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Useful Libraries for Testing
22

3-
`vue-test-utils` provides useful methods for testing Vue components. Community members have also written some additional libraries which either extend `vue-test-utils` with extra useful methods, or provide tools for testing other things found in Vue applications.
3+
Vue Test Utils provides useful methods for testing Vue components. Community members have also written some additional libraries which either extend `vue-test-utils` with extra useful methods, or provide tools for testing other things found in Vue applications.
44

55
### `vuex-mock-store`
66

0 commit comments

Comments
 (0)