Skip to content

[v6.x backport] test,doc: do not indicate that non-functions "return" values#17769

Closed
Trott wants to merge 1 commit into
nodejs:v6.x-stagingfrom
Trott:backport-17267-v6
Closed

[v6.x backport] test,doc: do not indicate that non-functions "return" values#17769
Trott wants to merge 1 commit into
nodejs:v6.x-stagingfrom
Trott:backport-17267-v6

Conversation

@Trott
Copy link
Copy Markdown
Member

@Trott Trott commented Dec 20, 2017

Backport of #17267

Update documentation for test common module so that properties that
are not functions do not specify a return type and functions that do
return values specify the type.

PR-URL: #17267
Reviewed-By: Vse Mozhet Byt vsemozhetbyt@gmail.com
Reviewed-By: Luigi Pinca luigipinca@gmail.com
Reviewed-By: Gibson Fahnestock gibfahn@gmail.com
Reviewed-By: Colin Ihrig cjihrig@gmail.com

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

test doc

Update documentation for test `common` module so that properties that
are not functions do not specify a return type and functions that do
return values specify the type.

PR-URL: nodejs#17267
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@nodejs-github-bot nodejs-github-bot added test Issues and PRs related to the tests. v6.x labels Dec 20, 2017
@Trott
Copy link
Copy Markdown
Member Author

Trott commented Dec 20, 2017

@MylesBorins
Copy link
Copy Markdown
Contributor

landed in c7729eb

@Trott Trott deleted the backport-17267-v6 branch January 13, 2022 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests.

5 participants