Skip to content

Commit

Permalink
feat(types): add types (#87)
Browse files Browse the repository at this point in the history
* Add types explanation
* Install types
  • Loading branch information
afontcu authored Aug 18, 2019
1 parent 726491b commit 297c1c1
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 20 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- [A simple example](#a-simple-example)
- [More examples](#more-examples)
- [Docs](#docs)
- [Typings](#typings)
- [License](#license)
- [Contributors](#contributors)

Expand Down Expand Up @@ -125,6 +126,12 @@ Feel free to contribute with more examples!

[**Read the Docs**][docs] | [Edit the docs][docs-edit]

## Typings

The TypeScript type definitions are in the
[DefinitelyTyped repo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__vue)
and bundled with Vue Testing Library.

## License

[MIT][license]
Expand Down
56 changes: 36 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@testing-library/dom": "^6.0.0",
"@types/testing-library__vue": "*",
"@vue/test-utils": "^1.0.0-beta.29"
},
"devDependencies": {
Expand Down

0 comments on commit 297c1c1

Please sign in to comment.