11<div align =" center " >
2- <h1 >Vue Testing Library</h1 >
2+ <h1 >Vue Testing Library for Vue 3 </h1 >
33
44<br />
55
3232[ ![ GitHub version] [ github-badge ]] [ github ]
3333[ ![ npm version] [ npm-badge ]] [ npm ]
3434[ ![ Discord] [ discord-badge ]] [ discord ]
35-
3635[ ![ MIT License] [ license-badge ]] [ license ]
3736<!-- prettier-ignore-end -->
3837
@@ -66,7 +65,7 @@ project's `devDependencies`:
6665npm install --save-dev @testing-library/vue
6766```
6867
69- This library has ` peerDependencies ` listings for ` Vue ` and
68+ This library has ` peerDependencies ` listings for ` Vue 3 ` and
7069` vue-template-compiler ` .
7170
7271You may also be interested in installing ` jest-dom ` so you can use [ the custom
@@ -76,10 +75,8 @@ Jest matchers][jest-dom].
7675
7776``` html
7877<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 >
8380</template >
8481
8582<script >
@@ -235,10 +232,11 @@ instead of filing an issue on GitHub.
235232[ ![ mediafreakch] ( https://avatars2.githubusercontent.com/u/777093?v=3&s=120 )] ( https://github.com/mediafreakch )
236233[ ![ afenton90] ( https://avatars2.githubusercontent.com/u/8963736?v=3&s=120 )] ( https://github.com/afenton90 )
237234[ ![ 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 )
238236
239237<!-- 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
242240[ coverage-badge ] : https://img.shields.io/codecov/c/github/testing-library/vue-testing-library.svg
243241[ coverage ] : https://codecov.io/github/testing-library/vue-testing-library
244242[ github-badge ] : https://badge.fury.io/gh/testing-library%2Fvue-testing-library.svg
0 commit comments