We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba9640 commit e731cd2Copy full SHA for e731cd2
.nycrc
@@ -3,7 +3,8 @@
3
"exclude": [
4
"src/*{/*,/**/*}.js",
5
"src/*/v*/*.js",
6
- "test/**/*.js"
+ "test/**/*.js",
7
+ "build/test"
8
],
9
"watermarks": {
10
"branches": [
package.json
@@ -85,10 +85,5 @@
85
"proxyquire": "^2.0.1",
86
"sinon": "^7.0.0",
87
"typescript": "~3.2.0"
88
- },
89
- "nyc": {
90
- "exclude": [
91
- "build/test"
92
- ]
93
}
94
0 commit comments