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: replace assert.equal with assert.strictEqual #9842

Closed
wants to merge 1 commit into from

Commits on Nov 30, 2016

  1. test: replace assert.equal with assert.strictEqual

    Using NodeTodo I learned of a need to swap out the .equal function
    with .strictEqual in a few test files.
    
    https://twitter.com/NodeTodo/status/803657321993961472
    https://gist.github.com/Trott/864401455d4afa2428cd4814e072bd7c
    
    additional commits squashed:
    .strictEqual's argument signature is actual, expected, [message].
    Previously some statements were listed as expected, actual.
    As asked in PR i swapped them to match the correct argument signature.
    brad-decker committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    530a0c3 View commit details
    Browse the repository at this point in the history