Skip to content

Commit 04932ce

Browse files
committed
docs: Add ITenthusiasm as contributor
1 parent 95cc445 commit 04932ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
4141
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
4242

43-
4443
- [Installation](#installation)
4544
- [A basic example](#a-basic-example)
4645
- [More examples](#more-examples)
@@ -69,8 +68,8 @@ npm install --save-dev @testing-library/vue
6968
This library has `peerDependencies` listings for `Vue` and
7069
`vue-template-compiler`.
7170

72-
You may also be interested in installing `@testing-library/jest-dom` so you can use [the custom
73-
Jest matchers][jest-dom].
71+
You may also be interested in installing `@testing-library/jest-dom` so you can
72+
use [the custom Jest matchers][jest-dom].
7473

7574
## A basic example
7675

@@ -123,9 +122,9 @@ test('increments value on click', async () => {
123122
})
124123
```
125124

126-
> You might want to install [`@testing-library/jest-dom`][jest-dom] to add handy assertions such
127-
> as `.toBeInTheDocument()`. In the example above, you could write
128-
> `expect(screen.queryByText('Times clicked: 0')).toBeInTheDocument()`.
125+
> You might want to install [`@testing-library/jest-dom`][jest-dom] to add handy
126+
> assertions such as `.toBeInTheDocument()`. In the example above, you could
127+
> write `expect(screen.queryByText('Times clicked: 0')).toBeInTheDocument()`.
129128
130129
> Using `byText` queries it's not the only nor the best way to query for
131130
> elements. Read [Which query should I use?][which-query] to discover
@@ -234,6 +233,7 @@ instead of filing an issue on GitHub.
234233
[![mediafreakch](https://avatars2.githubusercontent.com/u/777093?v=3&s=120)](https://github.com/mediafreakch)
235234
[![afenton90](https://avatars2.githubusercontent.com/u/8963736?v=3&s=120)](https://github.com/afenton90)
236235
[![cilice](https://avatars2.githubusercontent.com/u/835588?v=3&s=120)](https://github.com/cilice)
236+
[![ITenthusiasm](https://avatars2.githubusercontent.com/u/47364027?v3&s=120)](https://github.com/ITenthusiasm)
237237

238238
<!-- prettier-ignore-start -->
239239
[build-badge]: https://img.shields.io/github/workflow/status/testing-library/vue-testing-library/validate?logo=github

0 commit comments

Comments
 (0)