Skip to content

Conversation

@blugavere
Copy link
Contributor

@blugavere blugavere commented Dec 5, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

var => const, equal => strictEqual

@Trott

var => const, equal => strictEqual
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Dec 5, 2016
@mscdex mscdex added the module Issues and PRs related to the module subsystem. label Dec 5, 2016
@cjihrig
Copy link
Contributor

cjihrig commented Dec 5, 2016

The commit message should be test: refactor test-require-resolve.js or something similar.

@Trott
Copy link
Member

Trott commented Dec 6, 2016

Yay! CI didn't totally blerf on this like it did last time.

CI: https://ci.nodejs.org/job/node-test-pull-request/5236/

@Trott Trott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Dec 6, 2016
@Trott
Copy link
Member

Trott commented Dec 6, 2016

CI is ✅

Since this is (intentionally) a duplicate of a 5-day old PR that already got a bunch of 👍's, plus it's a pretty small and manageable change, I'm going to go ahead and land this.

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 6, 2016
* var => const
* assert.equal() => assert.strictEqual()

PR-URL: nodejs#10120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Trott
Copy link
Member

Trott commented Dec 6, 2016

Landed in 2df3fd9.
Thanks for the contribution! 🎉
And thanks for your patience! Sorry about the wonkiness we had to route around on this one.

@Trott Trott closed this Dec 6, 2016
Fishrock123 pushed a commit that referenced this pull request Dec 6, 2016
* var => const
* assert.equal() => assert.strictEqual()

PR-URL: #10120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@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#10120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
* var => const
* assert.equal() => assert.strictEqual()

PR-URL: nodejs#10120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
* var => const
* assert.equal() => assert.strictEqual()

PR-URL: #10120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
* var => const
* assert.equal() => assert.strictEqual()

PR-URL: #10120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
* var => const
* assert.equal() => assert.strictEqual()

PR-URL: #10120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This was referenced Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. module Issues and PRs related to the module subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants