test_runner: count nested tests by MoLow · Pull Request #47094 · nodejs/node
MoLow
added
the
author ready
label
MoLow
added
the
commit-queue
label
MoLow
deleted the
test-runner-count-nested
branch
RafaelGSS pushed a commit that referenced this pull request
RafaelGSS pushed a commit that referenced this pull request
danielleadams pushed a commit that referenced this pull request
philnash added a commit to philnash/DefinitelyTyped that referenced this pull request
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
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
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
…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.