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:
authorJohannes Ewald <johannes.ewald@peerigon.com>2014-07-08 04:44:48 +0400
committerJohannes Ewald <johannes.ewald@peerigon.com>2014-07-08 04:44:48 +0400
commit74f52cd3796e90db33b7408bfd6f03b630938bfd (patch)
tree238273e9653c5ca7f35d29a1dcd22b5ba9f5b07f /.istanbul.yml
parent70841d90b664082e32bebae1dbf3b8eeef49eb6e (diff)
Add __with__ to excluded files
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