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 ace81d6 commit 8534accCopy full SHA for 8534acc
test/utilities.test.ts
@@ -57,7 +57,7 @@ describe('parseconnectionstring', () => {
57
expect(config4).toEqual({
58
host: 'host',
59
apikey: 'yyy',
60
- maxrows: '42' // only parsing here, validation is later in validateConfiguration
+ maxrows: 42 // only parsing here, validation is later in validateConfiguration
61
})
62
63
0 commit comments