Skip to content

Commit f7273f5

Browse files
committed
Update README
1 parent f8f87ef commit f7273f5

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,29 @@
33

44
<p>Semi-serious attempt at replicating the ultra-low surface area of react-testing-library using vue and @vue/test-utils</p>
55

6-
</div>
6+
</div>
7+
8+
<hr />
9+
10+
[![Build Status][build-badge]][build]
11+
[![version][version-badge]][package]
12+
[![downloads][downloads-badge]][npmtrends]
13+
[![MIT License][license-badge]][license]
14+
15+
[![PRs Welcome][prs-badge]][prs]
16+
17+
[![Watch on GitHub][github-watch-badge]][github-watch]
18+
[![Star on GitHub][github-star-badge]][github-star]
19+
[![Tweet][twitter-badge]][twitter]
20+
21+
## This library
22+
23+
The `vue-testing-library` is a very light-weight solution for testing Vue
24+
components. It provides light utility functions on top of `@vue/test-utils`, in a way that encourages better testing practices.
25+
It's primary guiding principle is:
26+
27+
> [The more your tests resemble the way your software is used, the more confidence they can give you.][guiding-principle]
28+
29+
## LICENSE
30+
31+
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-testing-library",
33
"version": "1.0.0",
4-
"description": "Simple and completed Vue DOM testing utilities that encourage good testing practices.",
4+
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
55
"main": "src/index.js",
66
"scripts": {
77
"test": "jest --verbose --watch"

0 commit comments

Comments
 (0)