Skip to content

test: add test to fs/promises setImmediate - #35852

Merged
Trott merged 1 commit into
nodejs:masterfrom
tyankatsu0105:coverage/test-timers-promisifiled
Oct 31, 2020
Merged

test: add test to fs/promises setImmediate#35852
Trott merged 1 commit into
nodejs:masterfrom
tyankatsu0105:coverage/test-timers-promisifiled

Conversation

@tyankatsu0105

Copy link
Copy Markdown
Contributor

Added test pattern to setImmediate when ref's type is not boolean

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

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Oct 28, 2020
@yosuke-furukawa
yosuke-furukawa self-requested a review October 28, 2020 14:45
@shisamashisama added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 28, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 28, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@rickyesrickyes left a comment

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.

LGTM

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 29, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 29, 2020
@nodejs-github-bot

This comment has been minimized.

@rickyesrickyes added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 29, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 29, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

nodejs-github-bot commented Oct 29, 2020

Copy link
Copy Markdown
Collaborator

@rickyesrickyes added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 31, 2020
Add test pattern to setImmediate when ref's type is not boolean
PR-URL: nodejs#35852
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott
Trottforce-pushed the coverage/test-timers-promisifiled branch from b08259a to 5dd344aCompareOctober 31, 2020 11:48
@Trott
Trott merged commit 5dd344a into nodejs:masterOct 31, 2020
@Trott

Copy link
Copy Markdown
Member

Landed in 5dd344a

@Trott

Copy link
Copy Markdown
Member

Thanks for the contribution! 🎉

@tyankatsu0105
tyankatsu0105 deleted the coverage/test-timers-promisifiled branch October 31, 2020 14:59
targos pushed a commit that referenced this pull request Nov 3, 2020
Add test pattern to setImmediate when ref's type is not boolean
PR-URL: #35852
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Nov 3, 2020
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.

10 participants

@tyankatsu0105@nodejs-github-bot@Trott@yosuke-furukawa@benjamingr@Leko@watilde@shisama@rickyes@MylesBorins