test_runner: expose spec reporter as newable function by atlowChemi · Pull Request #49184 · nodejs/node
added
needs-ci
labels
Aug 15, 2023
atlowChemi
added
test_runner
and removed test
Issues and PRs related to the tests.labels
Aug 15, 2023
MoLow
changed the title
test_runner: expose test_runner as newable function
test_runner: expose spec reporter as newable function
MoLow
added
author ready
labels
Aug 16, 2023UlisesGascon pushed a commit that referenced this pull request
Sep 10, 2023atlowChemi added a commit to atlowChemi/node that referenced this pull request
Apr 14, 2024This commit exposes the lcov reporter as a newable function, so that it can be used in the same way as the other reporters. This will allow passing in the options to the reporter as well. This breaks the current behavior of the lcov reporter, which exposes an instance of the reporter. Fixes: nodejs#52385 Ref: nodejs#49184
nodejs-github-bot pushed a commit that referenced this pull request
Apr 15, 2024This commit exposes the lcov reporter as a newable function, so that it can be used in the same way as the other reporters. This will allow passing in the options to the reporter as well. This breaks the current behavior of the lcov reporter, which exposes an instance of the reporter. Fixes: #52385 Ref: #49184 PR-URL: #52403 Refs: #49184 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95 pushed a commit that referenced this pull request
Apr 30, 2024This commit exposes the lcov reporter as a newable function, so that it can be used in the same way as the other reporters. This will allow passing in the options to the reporter as well. This breaks the current behavior of the lcov reporter, which exposes an instance of the reporter. Fixes: #52385 Ref: #49184 PR-URL: #52403 Refs: #49184 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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