mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
//test for issue #320
|
|
//
|
|
var helper = require('./test-helper');
|
|
return console.log('quick-disconnecte-tests: GET TO PASS');
|
|
|
|
var client = new helper.pg.Client(helper.config);
|
|
client.connect();
|
|
client.end();
|