mirror of
https://github.com/tomru/switchmon.git
synced 2026-03-03 06:27:23 +01:00
add istanbul coverage
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
switchmon-*.tgz
|
switchmon-*.tgz
|
||||||
|
coverage
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Simple helper for turning on/off connected/disconnected monitors with xrandr",
|
"description": "Simple helper for turning on/off connected/disconnected monitors with xrandr",
|
||||||
"main": "cli.js",
|
"main": "cli.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha",
|
"test": "istanbul cover _mocha",
|
||||||
"testwatch": "mocha -w"
|
"testwatch": "mocha -w"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -30,6 +30,7 @@
|
|||||||
"xrandr-parse": "^0.1.1"
|
"xrandr-parse": "^0.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"istanbul": "^0.4.2",
|
||||||
"mocha": "^2.4.5",
|
"mocha": "^2.4.5",
|
||||||
"proxyquire": "^1.7.4",
|
"proxyquire": "^1.7.4",
|
||||||
"sinon": "^1.17.3"
|
"sinon": "^1.17.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user