summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-07-12 16:42:56 -0700
committerAlexander Early <alexander.early@gmail.com>2016-07-12 16:42:56 -0700
commitf943a28d211b1ba73e8c03a5b431b4cda5fcafaf (patch)
tree738bf5d3f9f8903eab774a9b42ee413bb141241f
parent8b36d1214067d77202044438b2ec485de26b4ab7 (diff)
downloadasync-f943a28d211b1ba73e8c03a5b431b4cda5fcafaf.tar.gz
increase coverage by excluding mocha_tests
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index a4879ef..35a56fd 100644
--- a/package.json
+++ b/package.json
@@ -71,5 +71,8 @@
"license": "MIT",
"gh-pages-deploy": {
"staticpath": "docs"
+ },
+ "nyc": {
+ "exclude": ["mocha_test"]
}
}