Added proxy support (#1260)

This commit is contained in:
Tomas Della Vedova
2020-08-03 11:39:24 +02:00
committed by GitHub
parent 629894adba
commit 26238634a7
15 changed files with 344 additions and 6 deletions

View File

@ -84,7 +84,8 @@ test('Should update the connection pool', t => {
ml: false
},
ssl: null,
agent: null
agent: null,
proxy: null
})
}
}