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 7e6dd1b commit a8496fcCopy full SHA for a8496fc
tests/index.js
@@ -1077,7 +1077,7 @@ t('no_prepare: true disables prepared transactions', async() => {
1077
})
1078
1079
t('Catches connection config errors', async() => {
1080
- const sql = postgres({ user: { toString: () => { throw new Error('wat') } }, database: 'prut' })
+ const sql = postgres({ ...options, user: { toString: () => { throw new Error('wat') } }, database: 'prut' })
1081
1082
return [
1083
'wat',
0 commit comments