1
0
mirror of synced 2026-04-03 21:51:16 +00:00

ci(nyc): test coverage using only the Node implementation, document reasoning

This commit is contained in:
Jason Dreyzehner
2017-02-28 19:28:28 -05:00
parent 6b8ae28adb
commit 7f9492ba07
2 changed files with 5 additions and 2 deletions

View File

@@ -97,7 +97,8 @@
],
"nyc": {
"exclude": [
"**/*.spec.js"
"**/*.spec.js",
"build/browser/**"
]
},
"dependencies": {