commit | 8e73137c278b1ac7f4a455217393a7e6348c0766 | [log] [tgz] |
---|---|---|
author | Randy Abernethy <ra@apache.org> | Tue Feb 03 00:04:40 2015 -0800 |
committer | Randy Abernethy <ra@apache.org> | Tue Feb 03 00:04:40 2015 -0800 |
tree | f392e9d876ae71e600ef2f492e0337c2230e4c13 | |
parent | 2f2d6ac7ea9b77bbfc8edf36980155473c6fd86c [diff] [blame] |
THRIFT-2963: add code coverage to nodejs lib Client: Node Patch: Tom Croucher and Andrew de Andrade
diff --git a/package.json b/package.json index 54b0b81..73524c4 100755 --- a/package.json +++ b/package.json
@@ -37,9 +37,12 @@ }, "devDependencies": { "connect": "2.7.x", - "commander": "2.1.x" + "commander": "2.1.x", + "istanbul": "^0.3.5", + "tape": "^3.4.0" }, "scripts": { + "cover": "lib/nodejs/test/testAll.sh COVER", "test": "lib/nodejs/test/testAll.sh" } }