is it possible to apply the effect from /* istanbul ignore next */ to all typescript private methods automagically?
robbiemu opened this issue · 0 comments
robbiemu commented
this is q question regarding jest (in a typescript environment). I can manually go back and decorate all my private methods one by one .. or, it would be sweet if I could just set something like ignoreFunctionsByType: ['private']