Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for node.js 12 #20

Closed
gustavnikolaj opened this issue Sep 14, 2020 · 1 comment
Closed

Add support for node.js 12 #20

gustavnikolaj opened this issue Sep 14, 2020 · 1 comment

Comments

@gustavnikolaj
Copy link
Owner

gustavnikolaj commented Sep 14, 2020

Currently there is a single test failure on node 12:

  26 passing (258ms)
  1 failing

  1) hijackResponse
       #destroyHijacked
         should prevent hijackedRes from emitting more data:
     UnexpectedError:
expected { closeCalledCount: 2, emits: [] } to satisfy { closeCalledCount: 1, emits: [] }

{
  closeCalledCount: 2, // should equal 1
  emits: []
}

      at hijackresponse/test/hijackResponse.spec.js:327:16

This was the same error which was happening with the node 11 upgrade that got left hanging: #16

This was referenced Sep 14, 2020
@gustavnikolaj
Copy link
Owner Author

This was fixed as #21 was merged.

@gustavnikolaj gustavnikolaj added this to the v5 major release milestone Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant