Closed Krinkle closed 3 years ago
Avoid literal undefined as these tend to be needlessly difficult to debug and distinguish from (intentional, or unintentional) undefined values.
Given the choice, let's go with null.
Fixes https://github.com/js-reporters/js-reporters/issues/124
Avoid literal undefined as these tend to be needlessly difficult to debug and distinguish from (intentional, or unintentional) undefined values.
Given the choice, let's go with null.
Fixes https://github.com/js-reporters/js-reporters/issues/124