Skip to content

Commit 88f4f2d

Browse files
committed
added(istanbul): configuration for view controllers
1 parent ff4054f commit 88f4f2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.istanbul.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
instrumentation:
2+
root: .
3+
extensions:
4+
- .js
5+
excludes: ['**/src/controllers/*.js']

0 commit comments

Comments
 (0)