Skip to content

test: refactor cluster-net-listen-relative-path - #21863

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fixit-fixit
Closed

test: refactor cluster-net-listen-relative-path#21863
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fixit-fixit

Conversation

@Trott

Copy link
Copy Markdown
Member

Refactor test-cluster-net-listen-relative-path:

  • Use arrow funcitons for callbacks.
  • Move skip-test code closer to start of file.
  • Use assert.ok() where appropriate.
  • Capitalize and punctuate comments.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Refactor test-cluster-net-listen-relative-path:
* Use arrow funcitons for callbacks.
* Move skip-test code closer to start of file.
* Use assert.ok() where appropriate.
* Capitalize and punctuate comments.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 18, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

@trivikrtrivikr added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 18, 2018
Trott added a commit to Trott/io.js that referenced this pull request Jul 20, 2018
Refactor test-cluster-net-listen-relative-path:
* Use arrow funcitons for callbacks.
* Move skip-test code closer to start of file.
* Use assert.ok() where appropriate.
* Capitalize and punctuate comments.
PR-URL: nodejs#21863
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in c3f8dd6

@TrottTrott closed this Jul 20, 2018
targos pushed a commit that referenced this pull request Jul 20, 2018
Refactor test-cluster-net-listen-relative-path:
* Use arrow funcitons for callbacks.
* Move skip-test code closer to start of file.
* Use assert.ok() where appropriate.
* Capitalize and punctuate comments.
PR-URL: #21863
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targostargos mentioned this pull request Jul 31, 2018
@Trott
Trott deleted the fixit-fixit branch January 13, 2022 22:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@nodejs-github-bot@jasnell@addaleax@lpinca@maclover7@trivikr