Node v6 fix

This commit is contained in:
delvedor
2018-11-09 17:32:29 +01:00
parent 9df4fcbbb6
commit 0701a795c2
2 changed files with 3 additions and 2 deletions

View File

@ -110,5 +110,5 @@ module.exports = {
Transport,
ConnectionPool,
Serializer,
...symbols
symbols
}

View File

@ -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 => {