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-05-20 14:09:13 +0400
committerJohannes Ewald <johannes.ewald@peerigon.com>2014-05-20 14:09:13 +0400
commit816cdbe0590797feec49ef4e1f696ed935b33947 (patch)
treed76fa3f632fd0be3cc1b14951c2629bd1373dfd9 /.istanbul.yml
parent125d7e2f4ec12eeb66c2ebc7e4e27d56cb7f1505 (diff)
Added istanbul for test coverage
Diffstat (limited to '.istanbul.yml')
-rw-r--r--.istanbul.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.istanbul.yml b/.istanbul.yml
new file mode 100644
index 0000000..480671f
--- /dev/null
+++ b/.istanbul.yml
@@ -0,0 +1,3 @@
+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