Skip to content

Conversation

@dpaez
Copy link
Contributor

@dpaezdpaez commented Dec 3, 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)

test

Description of change

Use const and let instead of var and assert.strictEqual() instead of
assert.equal()

Use const and let instead of var and assert.strictEqual() instead of assert.equal()
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 3, 2016
@cjihrig
Copy link
Contributor

Last few CI runs have been red, but I'll give it a shot anyway: https://ci.nodejs.org/job/node-test-pull-request/5152/

@mscdexmscdex added the https Issues or PRs related to the https subsystem. label Dec 3, 2016
constcommon=require('../common');
constassert=require('assert');

if(!common.hasCrypto){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe move the const assert = require('assert'); after the if (!common.hasCrypto){.

Copy link
Member

@santigimenosantigimeno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one suggestion

@addaleax
Copy link
Member

Landed in 83d9cd8, thanks for the contribution!

@addaleaxaddaleax closed this Dec 8, 2016
addaleax pushed a commit that referenced this pull request Dec 8, 2016
Use const and let instead of var and assert.strictEqual() instead of assert.equal() PR-URL: #10105 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
addaleax pushed a commit that referenced this pull request Dec 8, 2016
Use const and let instead of var and assert.strictEqual() instead of assert.equal() PR-URL: #10105 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
Use const and let instead of var and assert.strictEqual() instead of assert.equal() PR-URL: nodejs#10105 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
@italoacasasitaloacasas mentioned this pull request Dec 15, 2016
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
Use const and let instead of var and assert.strictEqual() instead of assert.equal() PR-URL: #10105 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Use const and let instead of var and assert.strictEqual() instead of assert.equal() PR-URL: #10105 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Use const and let instead of var and assert.strictEqual() instead of assert.equal() PR-URL: #10105 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
This was referenced Dec 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpsIssues or PRs related to the https subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@dpaez@cjihrig@addaleax@jasnell@santigimeno@mscdex@MylesBorins@nodejs-github-bot