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 2dceb75 commit 801c71dCopy full SHA for 801c71d
test/lib.test.js
@@ -8,8 +8,7 @@ const oracledb = require('oracledb')
8
const poolOptions = {
9
user: 'RANINFO',
10
password: 'RANINFO',
11
- connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV',
12
- poolMin: 1
+ connectString: 'TTGDB12C-RANINFO_INTERNAL_DEV'
13
}
14
15
test('creates pool from config', (t) => {
0 commit comments