Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.istanbul.yml')
-rw-r--r--.istanbul.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.istanbul.yml b/.istanbul.yml
index 480671f..21bf908 100644
--- a/.istanbul.yml
+++ b/.istanbul.yml
@@ -1,3 +1,7 @@
instrumentation:
- # __get__ and __set__ will be stringified and evaled again. Thus it's difficult to include them into the test coverage
- excludes: ['lib/__get__.js', 'lib/__set__.js'] \ No newline at end of file
+ # These functions will be stringified and evaled again. Thus it's difficult to include them into the test coverage
+ excludes: [
+ 'lib/__get__.js',
+ 'lib/__set__.js',
+ 'lib/__with__.js'
+ ] \ No newline at end of file