test: improve test-fs-read-stream.js by jennabelle · Pull Request #9629 · nodejs/node

@nodejs-github-bot added the test

Issues and PRs related to the tests.

label

Nov 16, 2016

@jennabelle jennabelle changed the title changed var to const, assert.equal() to assert.strictEqual() test: changed var to const, assert.equal() to assert.strictEqual()

Nov 16, 2016

@mscdex mscdex added the fs

Issues and PRs related to the fs subsystem / file system.

label

Nov 16, 2016

bnoordhuis

mhdawson

@jennabelle jennabelle changed the title test: changed var to const, assert.equal() to assert.strictEqual() test: change var to const, assert.equal() to assert.strictEqual()

Nov 19, 2016

@jennabelle jennabelle changed the title test: change var to const, assert.equal() to assert.strictEqual() test: refactor to ES6 to strengthen tests

Nov 19, 2016

@jennabelle

bnoordhuis

@jennabelle jennabelle changed the title test: refactor to ES6 to strengthen tests test: improve test-fs-read-stream.js

Nov 28, 2016

Trott pushed a commit to Trott/io.js that referenced this pull request

Dec 7, 2016
var -> const
assert.equal() -> assert.strictEqual()

PR-URL: nodejs#9629
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>

addaleax pushed a commit that referenced this pull request

Dec 8, 2016
var -> const
assert.equal() -> assert.strictEqual()

PR-URL: #9629
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>

addaleax pushed a commit to addaleax/node that referenced this pull request

Dec 8, 2016
var -> const
assert.equal() -> assert.strictEqual()

PR-URL: nodejs#9629
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Dec 21, 2016
var -> const
assert.equal() -> assert.strictEqual()

PR-URL: #9629
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>