Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: use template to concatenate string #39621

Closed
wants to merge 1 commit into from

Conversation

himadriganguly
Copy link
Contributor

@himadriganguly himadriganguly commented Aug 2, 2021

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 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
Copy link
Member

targos commented Aug 2, 2021

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

@himadriganguly
Copy link
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 himadriganguly changed the title test: using template string for concatenation test: use template to concatenate string Aug 2, 2021
@himadriganguly
Copy link
Contributor Author

Is there any issue with the merge?

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

Is there any issue with the merge?

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

@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 6, 2021
@nodejs-github-bot
Copy link
Collaborator

@gireeshpunathil gireeshpunathil added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 6, 2021
@github-actions github-actions bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 6, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 6, 2021

Landed in b95abf1...1ff5eac

@github-actions 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 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>
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 pending requests for changes, 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