summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-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"]
}
}