test: use const and strictEqual in child-process-spawn-error by jreading · Pull Request #9951 · nodejs/node
imyller
added
code-and-learn
and removed child_process
Issues and PRs related to the child_process subsystem.labels
Dec 1, 2016- 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, 2016Use 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, 2016Use 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, 2016Use 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, 2016Use 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, 2016Use const instead of var for assignments. PR-URL: #9951 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters