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: replace indexOf with includes #14630

Closed
wants to merge 1 commit into from

Conversation

maasencioh
Copy link
Contributor

changed all the tests that the issue #12586 was relevant to

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. labels Aug 4, 2017
@vsemozhetbyt
Copy link
Contributor

Copy link
Member

@tniessen tniessen left a comment

Choose a reason for hiding this comment

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

Thank you for picking this up!

@tniessen tniessen self-assigned this Aug 4, 2017
@maasencioh
Copy link
Contributor Author

@tniessen thank you, to be honest I've never had that many approvals in a PR 😃

@aqrln aqrln added refactor to ES6+ repl Issues and PRs related to the REPL subsystem. labels Aug 6, 2017
jasnell pushed a commit that referenced this pull request Aug 8, 2017
Refs: #12586
PR-URL: #14630
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Alexey Orlenko <[email protected]>
@jasnell
Copy link
Member

jasnell commented Aug 8, 2017

Landed in 9564c20

@jasnell jasnell closed this Aug 8, 2017
@maasencioh
Copy link
Contributor Author

thank you all, that was really fast!

@maasencioh maasencioh deleted the includes_indexof branch August 9, 2017 08:25
addaleax pushed a commit that referenced this pull request Aug 10, 2017
Refs: #12586
PR-URL: #14630
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Alexey Orlenko <[email protected]>
@addaleax addaleax mentioned this pull request Aug 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async_hooks Issues and PRs related to the async hooks subsystem. repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.