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

v4.x: backport test: refactor test-crypto-binary-default #10471

Closed
wants to merge 1 commit into from

Commits on Dec 27, 2016

  1. test: refactor test-crypto-binary-default

    * var -> const.
    * Group and sort imports.
    * Correctly align function arguments.
    * Fix incorrect use of string instead of RegExp in `throws` assertions.
    * assert.equal -> assert.strictEqual.
    * Verify that callbacks are called with common.mustCall.
    
    PR-URL: nodejs#9810
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    targos committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    4581942 View commit details
    Browse the repository at this point in the history