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.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