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

test: use global.EventTarget instead of internals by aduh95 · Pull Request #36002 · nodejs/node · GitHub

/ node Public

test: use global.EventTarget instead of internals - #36002

Merged
aduh95 merged 1 commit into
nodejs:masterfrom
aduh95:test-global-eventtarget
Nov 9, 2020
Merged

test: use global.EventTarget instead of internals#36002
aduh95 merged 1 commit into
nodejs:masterfrom
aduh95:test-global-eventtarget

Conversation

aduh95 commented Nov 6, 2020

Copy link
Copy Markdown
Contributor

EventTarget and Event are available from the global scope, there is no need to use the --expose-internals flag in the tests.

Refs: #35496

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

nodejs-github-bot added the test Issues and PRs related to the tests. label Nov 6, 2020
targos added dont-land-on-v10.x request-ci Add this label to start a Jenkins CI on a PR. labels Nov 6, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 7, 2020

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Nov 7, 2020
`EventTarget` is exposed on the global scope, there is no need to use
`--expose-internals` flag in the tests.

Refs: nodejs#35496

PR-URL: nodejs#36002
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
aduh95 force-pushed the test-global-eventtarget branch from 06bd33a to 36fbbe0 Compare November 9, 2020 18:25

aduh95 commented Nov 9, 2020

Copy link
Copy Markdown
Contributor Author

Landed in 36fbbe0

aduh95 merged commit 36fbbe0 into nodejs:master Nov 9, 2020
aduh95 deleted the test-global-eventtarget branch November 9, 2020 18:26
danielleadams pushed a commit that referenced this pull request Nov 10, 2020
`EventTarget` is exposed on the global scope, there is no need to use
`--expose-internals` flag in the tests.

Refs: #35496

PR-URL: #36002
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
danielleadams mentioned this pull request Nov 10, 2020
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. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL