1
1
<div align =" center " >
2
- <h1 >Vue Testing Library</h1 >
2
+ <h1 >Vue Testing Library for Vue 3 </h1 >
3
3
4
4
<br />
5
5
32
32
[ ![ GitHub version] [ github-badge ]] [ github ]
33
33
[ ![ npm version] [ npm-badge ]] [ npm ]
34
34
[ ![ Discord] [ discord-badge ]] [ discord ]
35
-
36
35
[ ![ MIT License] [ license-badge ]] [ license ]
37
36
<!-- prettier-ignore-end -->
38
37
@@ -66,7 +65,7 @@ project's `devDependencies`:
66
65
npm install --save-dev @testing-library/vue
67
66
```
68
67
69
- This library has ` peerDependencies ` listings for ` Vue ` and
68
+ This library has ` peerDependencies ` listings for ` Vue 3 ` and
70
69
` vue-template-compiler ` .
71
70
72
71
You may also be interested in installing ` jest-dom ` so you can use [ the custom
@@ -76,10 +75,8 @@ Jest matchers][jest-dom].
76
75
77
76
``` html
78
77
<template >
79
- <div >
80
- <p >Times clicked: {{ count }}</p >
81
- <button @click =" increment" >increment</button >
82
- </div >
78
+ <p >Times clicked: {{ count }}</p >
79
+ <button @click =" increment" >increment</button >
83
80
</template >
84
81
85
82
<script >
@@ -235,10 +232,11 @@ instead of filing an issue on GitHub.
235
232
[ ![ mediafreakch] ( https://avatars2.githubusercontent.com/u/777093?v=3&s=120 )] ( https://github.com/mediafreakch )
236
233
[ ![ afenton90] ( https://avatars2.githubusercontent.com/u/8963736?v=3&s=120 )] ( https://github.com/afenton90 )
237
234
[ ![ cilice] ( https://avatars2.githubusercontent.com/u/835588?v=3&s=120 )] ( https://github.com/cilice )
235
+ [ ![ ITenthusiasm] ( https://avatars2.githubusercontent.com/u/47364027?v3&s=120 )] ( https://github.com/ITenthusiasm )
238
236
239
237
<!-- prettier-ignore-start -->
240
- [ build-badge ] : https://travis-ci.org/ testing-library/vue-testing-library.svg?branch=master
241
- [ build ] : https://travis-ci.org /testing-library/vue-testing-library
238
+ [ build-badge ] : https://img.shields.io/github/workflow/status/ testing-library/vue-testing-library/validate?logo=github
239
+ [ build ] : https://github.com /testing-library/vue-testing-library/actions?query=workflow%3Avalidate
242
240
[ coverage-badge ] : https://img.shields.io/codecov/c/github/testing-library/vue-testing-library.svg
243
241
[ coverage ] : https://codecov.io/github/testing-library/vue-testing-library
244
242
[ github-badge ] : https://badge.fury.io/gh/testing-library%2Fvue-testing-library.svg
0 commit comments