Ignore lines from coverage if they can't be tested
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module.exports = function(obj) {
|
||||
/* istanbul ignore if */
|
||||
if (null === obj || "object" !== typeof obj) {
|
||||
return obj
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user