mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
add test for exported types
This commit is contained in:
parent
ffe4cdcf27
commit
ee36344a26
@ -158,3 +158,8 @@ test('libpq connection string building', function() {
|
||||
});
|
||||
|
||||
})
|
||||
|
||||
test('types are exported', function() {
|
||||
var pg = require(__dirname + '/../../lib/index');
|
||||
assert.ok(pg.types);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user