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

test: change indexOf to includes in ecdh-disable #9989

Closed
wants to merge 2 commits into from

Commits on Dec 1, 2016

  1. test: change indexOf to includes in ecdh-disable

    Updates test/parallel/test-tls-ecdh-disable.js on line 34 so that
    assert.notEqual is changed to just assert. Then in place of indexOf,
    includes() is used. The callback on line 31 has been wrapped in
    common.mustCall() in order to ensure that this callback is only
    made one time.
    Aaron Williams committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    4b083b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. test: common.mustCall on server.listen

    Wraps the callback on the server.listen function in
    common.mustCall.
    Aaron Williams committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    c6d99b0 View commit details
    Browse the repository at this point in the history