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.
1 parent add2e65 commit 22f59d8Copy full SHA for 22f59d8
.istanbul.yml
.nycrc
@@ -1,6 +1,7 @@
1
{
2
"exclude": [
3
- "src/**/__test__/*.js"
+ "src/**/__test__/*.js",
4
+ "testHelper.js"
5
],
6
"reporter": [
7
"lcov",
0 commit comments