Skip to content

Commit a64466e

Browse files
committed
Add build status badge
1 parent 0682107 commit a64466e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
<hr />
99

10+
[![Build Status](https://travis-ci.org/dfcook/vue-testing-library.png?branch=master)](https://travis-ci.org/dfcook/vue-testing-library)
11+
1012
## This library
1113

1214
The `vue-testing-library` is a very light-weight solution for testing Vue

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vue-testing-library",
3-
"version": "1.0.0",
3+
"version": "0.1.10",
44
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "jest --verbose"
7+
"test": "jest --coverage"
88
},
99
"author": "Daniel Cook",
1010
"license": "MIT",

0 commit comments

Comments
 (0)