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: remove optional third param from assert.strictEqual #19536

Closed
wants to merge 1 commit into from

Commits on Mar 22, 2018

  1. test: remove optional third param from assert.strictEqual

    Removing third argument in calls to assert.strictEqual() so that the
    values of the first two arguments are shown instead as this is more
    useful for debugging
    
    Refs: https://nodejs.org/api/assert.html#assert_assert_strictequal_actual_expected_message
    = committed Mar 22, 2018
    Copy the full SHA
    4555f55 View commit details
    Browse the repository at this point in the history