Thanks to visit codestin.com Credit goes to github.com
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 70841d9 commit 74f52cdCopy full SHA for 74f52cd
.istanbul.yml
@@ -1,3 +1,7 @@
1
instrumentation:
2
- # __get__ and __set__ will be stringified and evaled again. Thus it's difficult to include them into the test coverage
3
- excludes: ['lib/__get__.js', 'lib/__set__.js']
+ # These functions will be stringified and evaled again. Thus it's difficult to include them into the test coverage
+ excludes: [
4
+ 'lib/__get__.js',
5
+ 'lib/__set__.js',
6
+ 'lib/__with__.js'
7
+ ]
0 commit comments