Skip to content

Conversation

@kt3k
Copy link
Contributor

@kt3kkt3k commented Nov 26, 2017

This is part of Nodefest's Code and Learn nodejs/code-and-learn#72

I added a test case of Transform constructor. The constructor can work without new operator, but the behavior doesn't seem covered in current test cases according to the latest coverage report ( https://coverage.nodejs.org/coverage-3a4fe7791e1c2a1b/root/_stream_transform.js.html ).

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

test

Add a test case of Transform constructor.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 26, 2017
@hiroppyhiroppy added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 26, 2017
@joyeecheungjoyeecheung added the fast-track PRs that do not need to wait for 48 hours to land. label Nov 26, 2017
@joyeecheung
Copy link
Member

Copy link
Member

@targostargos left a comment

Choose a reason for hiding this comment

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

landing...

targos pushed a commit that referenced this pull request Nov 26, 2017
Add a test case of Transform constructor without new. PR-URL: #17303 Reviewed-By: Ron Korving <[email protected]> Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@targos
Copy link
Member

Landed in 9de15de

Thank you for the contribution!

@targostargos closed this Nov 26, 2017
@kt3kkt3k deleted the feature/add-transform-constructor branch November 26, 2017 11:11
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Add a test case of Transform constructor without new. PR-URL: #17303 Reviewed-By: Ron Korving <[email protected]> Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Add a test case of Transform constructor without new. PR-URL: #17303 Reviewed-By: Ron Korving <[email protected]> Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Dec 12, 2017
gibfahn pushed a commit that referenced this pull request Dec 19, 2017
Add a test case of Transform constructor without new. PR-URL: #17303 Reviewed-By: Ron Korving <[email protected]> Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
gibfahn pushed a commit that referenced this pull request Dec 19, 2017
Add a test case of Transform constructor without new. PR-URL: #17303 Reviewed-By: Ron Korving <[email protected]> Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@gibfahngibfahn mentioned this pull request Dec 20, 2017
gibfahn pushed a commit that referenced this pull request Dec 20, 2017
Add a test case of Transform constructor without new. PR-URL: #17303 Reviewed-By: Ron Korving <[email protected]> Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@gibfahngibfahn mentioned this pull request Dec 20, 2017
@MylesBorinsMylesBorins mentioned this pull request Dec 20, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@kt3k@joyeecheung@targos@yosuke-furukawa@ronkorving@lpinca@hiroppy@gibfahn@nodejs-github-bot