Closed tomgco closed 8 years ago
@tomgco given that its quite hard to test process.on('uncaughtException' I propose using an /* istanbul ignore next */ above line 280 ... thoughts?
Sounds good to me, was trying to think of a way, but the testing framework messes too much with process
apparently.
@@ master #38 diff @@
===================================
Files 1 1
Lines 115 121 +6
Methods 0 0
Messages 0 0
Branches 0 0
===================================
+ Hits 115 121 +6
Misses 0 0
Partials 0 0
Powered by Codecov. Last updated by 77ef621...d55ccad
Cool. thanks for adding that. 👍
@tomgco given that its quite hard to test
process.on('uncaughtException'
I propose using an/* istanbul ignore next */
above line 280 ... thoughts?