40
40
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
41
41
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
42
42
43
+
43
44
- [ Installation] ( #installation )
44
45
- [ A basic example] ( #a-basic-example )
45
46
- [ More examples] ( #more-examples )
@@ -173,8 +174,7 @@ light-weight, simple, and understandable.
173
174
174
175
## Typings
175
176
176
- The TypeScript type definitions are in the [ DefinitelyTyped repo] [ types ] and
177
- bundled with Vue Testing Library.
177
+ The TypeScript type definitions are in the [ types] [ types-directory ] directory.
178
178
179
179
## ESLint support
180
180
@@ -248,7 +248,6 @@ instead of filing an issue on GitHub.
248
248
[ license ] : https://github.com/testing-library/vue-testing-library/blob/master/LICENSE
249
249
[ discord ] : https://testing-library.com/discord
250
250
[ discord-badge ] : https://img.shields.io/discord/723559267868737556.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=flat-square
251
- [ types ] : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__vue
252
251
[ jest-dom ] : https://github.com/testing-library/jest-dom
253
252
[ which-query ] : https://testing-library.com/docs/guide-which-query
254
253
[ guiding-principle ] : https://twitter.com/kentcdodds/status/977018512689455106
@@ -262,6 +261,7 @@ instead of filing an issue on GitHub.
262
261
[ add-issue-bug ] : https://github.com/testing-library/vue-testing-library/issues/new?assignees=&labels=bug&template=bug_report.md&title=
263
262
[ add-issue ] : (https://github.com/testing-library/vue-testing-library/issues/new)
264
263
264
+ [ types-directory ] : https://github.com/testing-library/vue-testing-library/blob/master/types
265
265
[ test-directory ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__
266
266
[ vuex-example ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuex.js
267
267
[ vue-router-example ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js
0 commit comments