Skip to content

Commit cfe5740

Browse files
committed
trying to fix test coverage.
1 parent 2c195d0 commit cfe5740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var nodeHighVer = +process.versions.node.split('.')[0];
44

5-
// istanbul ignore if
5+
// istanbul ignore next
66
if (nodeHighVer < 4) {
77

88
// Starting from pg-promise v5.6.0, the library no longer supports legacy

0 commit comments

Comments
 (0)