Skip to content

Commit 3df1664

Browse files
committed
docs: add VTL
1 parent ed070d7 commit 3df1664

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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

5+
### Vue Testing Library
6+
7+
[Vue Testing Library](https://github.com/testing-library/vue-testing-library) is a set of tools focused on testing components without relying on implementation details. Built with accessibility in mind, its approach also makes refactoring a breeze.
8+
9+
It is built on top of Vue Test Utils.
10+
511
### `vuex-mock-store`
612

713
[`vuex-mock-store`](https://github.com/posva/vuex-mock-store) provides a simple and straightforward mock store to simplify testing components consuming a Vuex store.

0 commit comments

Comments
 (0)