We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8167bf + 9321e90 commit d5f2118Copy full SHA for d5f2118
1 file changed
package.json
@@ -47,7 +47,9 @@
47
},
48
"nyc": {
49
"exclude": [
50
- "**/tests"
+ "**/tests",
51
+ "examples",
52
+ "src/query.js"
53
]
54
}
55
0 commit comments