We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682107 commit a64466eCopy full SHA for a64466e
README.md
@@ -7,6 +7,8 @@
7
8
<hr />
9
10
+[](https://travis-ci.org/dfcook/vue-testing-library)
11
+
12
## This library
13
14
The `vue-testing-library` is a very light-weight solution for testing Vue
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "vue-testing-library",
3
- "version": "1.0.0",
+ "version": "0.1.10",
4
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
5
"main": "src/index.js",
6
"scripts": {
- "test": "jest --verbose"
+ "test": "jest --coverage"
},
"author": "Daniel Cook",
"license": "MIT",
0 commit comments