Skip to content

Commit c54194c

Browse files
ryhincheydougwilson
authored andcommitted
tests: ignore branch coverage that varies
closes #228 closes #229
1 parent 5659d2f commit c54194c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ function headersSent (res) {
495495
function pad2 (num) {
496496
var str = String(num)
497497

498+
// istanbul ignore next: num is current datetime
498499
return (str.length === 1 ? '0' : '') + str
499500
}
500501

0 commit comments

Comments
 (0)