Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74f52cd

Browse files
committed
Add __with__ to excluded files
1 parent 70841d9 commit 74f52cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.istanbul.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
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']
2+
# These functions will be stringified and evaled again. Thus it's difficult to include them into the test coverage
3+
excludes: [
4+
'lib/__get__.js',
5+
'lib/__set__.js',
6+
'lib/__with__.js'
7+
]

0 commit comments

Comments
 (0)