Skip to content

test: update to const and strictEqual - #10007

Closed
ghvaldez wants to merge 1 commit into
nodejs:masterfrom
ghvaldez:update-test-parallel-priv-port
Closed

test: update to const and strictEqual#10007
ghvaldez wants to merge 1 commit into
nodejs:masterfrom
ghvaldez:update-test-parallel-priv-port

Conversation

@ghvaldez

@ghvaldezghvaldez commented Dec 1, 2016

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Updated all var to const and updated assert.equal to
assert.strictEqual

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
@mscdexmscdex added the cluster Issues and PRs related to the cluster subsystem. label Dec 1, 2016
@mscdex

Copy link
Copy Markdown
Contributor

Subsystem name should be all lowercase.

Update `var` to `const` and `assert.equal` to `assert.strictEqual`
@imyllerimyller added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Dec 1, 2016
@ghvaldez
ghvaldezforce-pushed the update-test-parallel-priv-port branch from 4d6b946 to facf714CompareDecember 1, 2016 17:31
@ghvaldez

Copy link
Copy Markdown
ContributorAuthor

commit message updated. subsystem is now in all lowercase.

@ghvaldezghvaldez changed the title Test: update to const and strictEqualtest: update to const and strictEqualDec 1, 2016

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@ghvaldez

Copy link
Copy Markdown
ContributorAuthor

This is my first change...did this during code & learn NINA 2016 .... do I merge myself or will someone merge this?

@addaleax

Copy link
Copy Markdown
Member

@ghvaldez We will do that, it just takes us a while to et everyone’s PRs reviewed and ready for merging :)

CI: https://ci.nodejs.org/job/node-test-commit/6373/

@Trott

Trott commented Dec 4, 2016

Copy link
Copy Markdown
Member

CI failure is unrelated.

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 4, 2016
Update `var` to `const`
PR-URL: nodejs#10007
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott

Trott commented Dec 4, 2016

Copy link
Copy Markdown
Member

Landed in cc4e5e1

@TrottTrott closed this Dec 4, 2016
addaleax pushed a commit that referenced this pull request Dec 5, 2016
Update `var` to `const`
PR-URL: #10007
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Fishrock123Fishrock123 mentioned this pull request Dec 5, 2016
2 tasks
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
Update `var` to `const`
PR-URL: nodejs#10007
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
Update `var` to `const`
PR-URL: nodejs#10007
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
Update `var` to `const`
PR-URL: #10007
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Update `var` to `const`
PR-URL: #10007
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Update `var` to `const`
PR-URL: #10007
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This was referenced Dec 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clusterIssues and PRs related to the cluster subsystem.code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@ghvaldez@mscdex@addaleax@Trott@cjihrig@mhdawson@MylesBorins@imyller@nodejs-github-bot