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 ba78402 commit caf5546Copy full SHA for caf5546
package.json
@@ -4,7 +4,8 @@
4
"description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
5
"main": "src/index.js",
6
"scripts": {
7
- "test": "jest --coverage"
+ "test": "jest --coverage",
8
+ "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
9
},
10
"author": "Daniel Cook",
11
"license": "MIT",
@@ -16,6 +17,7 @@
16
17
"babel-plugin-transform-object-rest-spread": "^6.26.0",
18
"babel-plugin-transform-runtime": "^6.23.0",
19
"babel-preset-env": "^1.6.1",
20
+ "coveralls": "^3.0.0",
21
"jest": "^22.4.2",
22
"jest-in-case": "^1.0.2",
23
"jest-serializer-vue": "^1.0.0",
0 commit comments