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: Added more validations to setEncoding #9997

Closed

Commits on Dec 1, 2016

  1. test: Added more validations to setEncoding

    - Added more strict validations to properly test setEncoding
    
    - Changed all var usage to const or let
    
    - Changed assert.equal to assert.strictEqual
    pauljlucas committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    5066e27 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. test: Adding notStrictEqual to setencoding test

    This is changing a notEqual test to notStrictEqual
    as reference in pr: nodejs#9997
    pauljlucas committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    d421e32 View commit details
    Browse the repository at this point in the history