Skip to content

Commit ee36344

Browse files
committed
add test for exported types
1 parent ffe4cdc commit ee36344

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/unit/utils-tests.js

+5
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,8 @@ test('libpq connection string building', function() {
158158
});
159159

160160
})
161+
162+
test('types are exported', function() {
163+
var pg = require(__dirname + '/../../lib/index');
164+
assert.ok(pg.types);
165+
});

0 commit comments

Comments
 (0)