File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<p >Semi-serious attempt at replicating the ultra-low surface area of react-testing-library using vue and @vue/test-utils</p >
5
5
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-testing-library" ,
3
3
"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." ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
7
7
"test" : " jest --verbose --watch"
You can’t perform that action at this time.
0 commit comments