We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5806afc commit 12cc7d5Copy full SHA for 12cc7d5
test/integration/client/quick-disconnect-tests.js
@@ -0,0 +1,7 @@
1
+//test for issue #320
2
+//
3
+var helper = require('./test-helper');
4
+
5
+var client = new helper.pg.Client(helper.config);
6
+client.connect();
7
+client.end();
0 commit comments