We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08500e4 commit 7f12527Copy full SHA for 7f12527
README.md
@@ -40,6 +40,7 @@
40
- [A simple example](#a-simple-example)
41
- [More examples](#more-examples)
42
- [Docs](#docs)
43
+- [Typings](#typings)
44
- [License](#license)
45
- [Contributors](#contributors)
46
@@ -125,6 +126,12 @@ Feel free to contribute with more examples!
125
126
127
[**Read the Docs**][docs] | [Edit the docs][docs-edit]
128
129
+## Typings
130
+
131
+The TypeScript type definitions are in the
132
+[DefinitelyTyped repo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__vue)
133
+and bundled in Vue Testing Library.
134
135
## License
136
137
[MIT][license]
0 commit comments