Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74f52cd

Browse files
committed
Add __with__ to excluded files
1 parent70841d9 commit74f52cd

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)

[8]ページ先頭

©2009-2025 Movatter.jp