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 95e4ead commit e12e0e5Copy full SHA for e12e0e5
tests/versions.test.ts
@@ -25,8 +25,7 @@ for (const version of versions) {
25
dbName: 'testingdata',
26
username: username,
27
logLevel: 'LOG',
28
- initSQLString: 'CREATE DATABASE mytestdb;',
29
- downloadBinaryOnce: false
+ initSQLString: 'CREATE DATABASE mytestdb;'
30
}
31
32
if (process.env.useCIDBPath) {
0 commit comments