FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: use template to concatenate string by himadriganguly · Pull Request #39621 · nodejs/node · GitHub

/ node Public

test: use template to concatenate string - #39621

Closed
himadriganguly wants to merge 1 commit into
nodejs:masterfrom
himadriganguly:template-string
Closed

test: use template to concatenate string#39621
himadriganguly wants to merge 1 commit into
nodejs:masterfrom
himadriganguly:template-string

Conversation

himadriganguly commented Aug 2, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

This commit converts the variable to be embedded within string literals using template string in the file test/parallel/test-trace-events-fs-sync.js.

Checklist

  • make -j4 test (UNIX) or vcbuild test (Windows) passes
  • commit message follow commit guidelines

I used ./node test/parallel/test-trace-events-fs-sync.js as well, and it run without errors.

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Aug 2, 2021

targos commented Aug 2, 2021

Copy link
Copy Markdown
Member

Nit in commit message: test: use ... instead of test: using ...

Copy link
Copy Markdown
Contributor Author

Nit in commit message: test: use ... instead of test: using ...

@targos Thank you for the feedback. I will do it right now.

himadriganguly changed the title test: using template string for concatenation test: use template to concatenate string Aug 2, 2021

Copy link
Copy Markdown
Contributor Author

Is there any issue with the merge?

gireeshpunathil added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 6, 2021

Copy link
Copy Markdown
Member

Is there any issue with the merge?

no, just that someone needs to take it forward, I will take some actions.

github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 6, 2021

Copy link
Copy Markdown
Collaborator

gireeshpunathil added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 6, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2021

github-actions Bot commented Aug 6, 2021

Copy link
Copy Markdown
Contributor

Landed in b95abf1...1ff5eac

github-actions Bot closed this Aug 6, 2021
nodejs-github-bot pushed a commit that referenced this pull request Aug 6, 2021
PR-URL: #39621
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
himadriganguly deleted the template-string branch August 6, 2021 11:06
danielleadams pushed a commit that referenced this pull request Aug 16, 2021
PR-URL: #39621
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Sep 4, 2021
PR-URL: #39621
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL