Skip to content

test: improve the test common documentation - #14148

Closed
BridgeAR wants to merge 2 commits into
nodejs:masterfrom
BridgeAR:common-docu
Closed

test: improve the test common documentation#14148
BridgeAR wants to merge 2 commits into
nodejs:masterfrom
BridgeAR:common-docu

Conversation

@BridgeAR

Copy link
Copy Markdown
Member

For better readability and less duplication (in case a link would ever change).

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

test

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 9, 2017
Comment threadtest/common/README.md

[MDN-Function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Normal_objects_and_functions
[internationalization]: https://github.com/nodejs/node/wiki/Intl
[<Array>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array

@vsemozhetbytvsemozhetbytJul 9, 2017

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A nit: if we use an ASCII sorting for references, should not the [<...] ones precede the [internationalization]?

@refackrefack self-assigned this Jul 9, 2017
@refack

Copy link
Copy Markdown
Contributor

/cc @nodejs/documentation @nodejs/testing

@vsemozhetbytvsemozhetbyt added the doc Issues and PRs related to the documentations. label Jul 9, 2017
@BridgeAR

BridgeAR commented Jul 10, 2017

Copy link
Copy Markdown
MemberAuthor

Comment addressed

@TimothyGu

Copy link
Copy Markdown
Member

Landed in 5ffb5b6.

TimothyGu pushed a commit that referenced this pull request Jul 13, 2017
PR-URL: #14148
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
@jasnelljasnell closed this Jul 14, 2017
addaleax pushed a commit to addaleax/node that referenced this pull request Jul 24, 2017
PR-URL: nodejs#14148
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

Should this be backported to v6.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

@refackrefack removed their assignment Oct 12, 2018
@BridgeAR
BridgeAR deleted the common-docu branch April 1, 2019 23:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@BridgeAR@refack@TimothyGu@MylesBorins@jasnell@benjamingr@cjihrig@vsemozhetbyt@gibfahn@addaleax@nodejs-github-bot