◐ Shell
clean mode source ↗

test_runner: count nested tests by MoLow · Pull Request #47094 · nodejs/node

ljharb

MoLow

@MoLow MoLow added the test_runner

Issues and PRs related to the test runner subsystem.

label

Mar 15, 2023

cjihrig

@MoLow

@MoLow MoLow added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 19, 2023

benjamingr

@MoLow MoLow added the commit-queue

Add this label to land a pull request using GitHub Actions.

label

Mar 21, 2023

@MoLow MoLow deleted the test-runner-count-nested branch

March 21, 2023 08:20

RafaelGSS pushed a commit that referenced this pull request

Apr 5, 2023
PR-URL: #47094
Fixes: #46762
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>

RafaelGSS pushed a commit that referenced this pull request

Apr 7, 2023
PR-URL: #47094
Fixes: #46762
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>

danielleadams pushed a commit that referenced this pull request

Jul 6, 2023
PR-URL: #47094
Fixes: #46762
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>

philnash added a commit to philnash/DefinitelyTyped that referenced this pull request

Aug 4, 2023
In [version 20.0.0 (and backported to 19.9.0 and 18.7.0)](nodejs/node#47094)
the test runner started reporting on whether a test was a suite. This
was exposed to reporters in the `details` object of a `test:pass` or
`test:fail` event but this hasn't been documented. This adds the `type`
property to both event's `details` object.

philnash added a commit to philnash/DefinitelyTyped that referenced this pull request

Aug 7, 2023
In [version 20.0.0 (and backported to 19.9.0 and 18.7.0)](nodejs/node#47094)
the test runner started reporting on whether a test was a suite. This
was exposed to reporters in the `details` object of a `test:pass` or
`test:fail` event but this hasn't been documented. This adds the `type`
property to both event's `details` object.

philnash added a commit to philnash/DefinitelyTyped that referenced this pull request

Aug 7, 2023
In [version 20.0.0 (and backported to 19.9.0 and 18.7.0)](nodejs/node#47094)
the test runner started reporting on whether a test was a suite. This
was exposed to reporters in the `details` object of a `test:pass` or
`test:fail` event but this hasn't been documented. This adds the `type`
property to both event's `details` object.

typescript-bot pushed a commit to DefinitelyTyped/DefinitelyTyped that referenced this pull request

Aug 11, 2023
…philnash

In [version 20.0.0 (and backported to 19.9.0 and 18.7.0)](nodejs/node#47094)
the test runner started reporting on whether a test was a suite. This
was exposed to reporters in the `details` object of a `test:pass` or
`test:fail` event but this hasn't been documented. This adds the `type`
property to both event's `details` object.