Chore/update deps (#279)

* chore: update deps

* test: remove unneeded timeout

* chore: make nock a dev dep, it was not
This commit is contained in:
Jacob Heun
2018-11-06 22:52:16 +01:00
committed by GitHub
parent 17b5f73b3d
commit e92053da9a
2 changed files with 16 additions and 18 deletions

View File

@ -28,8 +28,6 @@ function teardown (nodeA, nodeB, callback) {
describe('stream muxing', () => {
it('spdy only', function (done) {
this.timeout(5 * 1000)
let nodeA
let nodeB