test: use const and strictEqual in child-process-spawn-error by jreading · Pull Request #9951 · nodejs/node

@nodejs-github-bot added the test

Issues and PRs related to the tests.

label

Dec 1, 2016

@imyller imyller added code-and-learn

Issues related to the Code-and-Learn events and PRs submitted during the events.

and removed child_process

Issues and PRs related to the child_process subsystem.

labels

Dec 1, 2016

princejwesley

- Using const instead of var for assignments.
- let is not used since there are no reassignments or block scopes.
- assert.equals was changed to assert.strictEquals

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

Dec 4, 2016
Use const instead of var for assignments.

PR-URL: nodejs#9951
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

addaleax pushed a commit that referenced this pull request

Dec 5, 2016
Use const instead of var for assignments.

PR-URL: #9951
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

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

Dec 8, 2016
Use const instead of var for assignments.

PR-URL: nodejs#9951
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

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

Dec 8, 2016
Use const instead of var for assignments.

PR-URL: nodejs#9951
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Dec 21, 2016
Use const instead of var for assignments.

PR-URL: #9951
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>