node-postgres/packages/pg/test/integration/connection-pool/connection-pool-size-tests.js
Brian C 1b5f3e33c4
Monorepo (#2014)
* First crack at monorepo

* Update test command

* Update path to script

* Remove node 6 from CI
2019-12-17 08:32:08 -08:00

11 lines
150 B
JavaScript

'use strict'
var helper = require('./test-helper')
helper.testPoolSize(1)
helper.testPoolSize(2)
helper.testPoolSize(40)
helper.testPoolSize(200)