We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75530c commit ff705dfCopy full SHA for ff705df
test/utils.js
@@ -2,7 +2,7 @@ const pg = require('pg')
2
3
module.exports = {
4
getClient: () => {
5
- const client = new pg.Client(process.env.PG_URL)
+ const client = new pg.Client()
6
client.connect()
7
return client
8
},
0 commit comments