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

update test/parallel/test-fs-read-stream-inherit.js to use ES6 variable declarations and assert.strictEqual #9894

Closed

Commits on Dec 1, 2016

  1. test: convert var to const / let

    converts all instances of 'var' to const / let
    Jonathan Darling committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    e0790a1 View commit details
    Browse the repository at this point in the history
  2. test: convert assert.equal to assert.strictEqual

    converts instances of assert.equal to assert.strictEqual
    Jonathan Darling committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    2329b30 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. test: remove commented out assert

    Removes an assert that has been commented out.
    Jonathan Darling committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    bc42fbc View commit details
    Browse the repository at this point in the history
  2. test: fix assert.strictEqual parameter order

    Fixes the parameter order to some calls of assert.strictEqual to
    be consistent with documentation and the rest of the file.
    Jonathan Darling committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    d165e90 View commit details
    Browse the repository at this point in the history
  3. test: fix spacing

    Fixes spacing that become improperly alligned after changing var
    declarations to const.
    Jonathan Darling committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    a1ab457 View commit details
    Browse the repository at this point in the history