Node v6 fix
This commit is contained in:
2
index.js
2
index.js
@ -110,5 +110,5 @@ module.exports = {
|
||||
Transport,
|
||||
ConnectionPool,
|
||||
Serializer,
|
||||
...symbols
|
||||
symbols
|
||||
}
|
||||
|
||||
@ -2,7 +2,8 @@
|
||||
|
||||
const { test } = require('tap')
|
||||
const { URL } = require('url')
|
||||
const { Client, kConnectionPool } = require('../../index')
|
||||
const { Client, symbols } = require('../../index')
|
||||
const { kConnectionPool } = symbols
|
||||
|
||||
test('Configure host', t => {
|
||||
t.test('Single string', t => {
|
||||
|
||||
Reference in New Issue
Block a user