Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9816ba4

Browse files
authored
docs: Update README.md
1 parent 1bbeeb4 commit 9816ba4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎README.md‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<hr />
2828

2929
<!-- prettier-ignore-start -->
30-
[![Build Status][build-badge]][build]
3130
[![Coverage Status][coverage-badge]][coverage]
3231
[![GitHub version][github-badge]][github]
3332
[![npm version][npm-badge]][npm]
@@ -66,7 +65,7 @@ npm install --save-dev @testing-library/vue
6665
```
6766

6867
This library has `peerDependencies` listings for `Vue 3` and
69-
`vue-template-compiler`.
68+
`@vue/compiler-sfc`.
7069

7170
You may also be interested in installing `jest-dom` so you can use [the custom
7271
Jest matchers][jest-dom].
@@ -129,7 +128,7 @@ test('increments value on click', async () => {
129128

130129
> You might want to install [`jest-dom`][jest-dom] to add handy assertions such
131130
> as `.toBeInTheDocument()`. In the example above, you could write
132-
> `expect(screen.queryByText('Times clicked: 0')).toBeInTheDocument()`.
131+
> `expect(screen.getByText('Times clicked: 0')).toBeInTheDocument()`.
133132
134133
> Using `byText` queries it's not the only nor the best way to query for
135134
> elements. Read [Which query should I use?][which-query] to discover
@@ -243,8 +242,6 @@ instead of filing an issue on GitHub.
243242
[![ITenthusiasm](https://avatars2.githubusercontent.com/u/47364027?v3&s=120)](https://github.com/ITenthusiasm)
244243

245244
<!-- prettier-ignore-start -->
246-
[build-badge]: https://img.shields.io/github/workflow/status/testing-library/vue-testing-library/validate?logo=github
247-
[build]: https://github.com/testing-library/vue-testing-library/actions?query=workflow%3Avalidate
248245
[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/vue-testing-library.svg
249246
[coverage]: https://codecov.io/github/testing-library/vue-testing-library
250247
[github-badge]: https://badge.fury.io/gh/testing-library%2Fvue-testing-library.svg

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /