mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
'use strict'
|
|
// test for issue #320
|
|
//
|
|
const helper = require('./test-helper')
|
|
|
|
const client = new helper.pg.Client(helper.config)
|
|
client.connect()
|
|
client.end()
|