From 74f52cd3796e90db33b7408bfd6f03b630938bfd Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Tue, 8 Jul 2014 02:44:48 +0200 Subject: Add __with__ to excluded files --- .istanbul.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.istanbul.yml') 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 -- cgit v1.2.3