node/lib/internal/test_runner
cjihrig b191f09e6e
test_runner: give the root test a harness reference
This commit replaces the 'coverage' reference inside of the Test
class with a more generic harness reference which includes
coverage. This will let the root test more easily track process
level state such as code coverage, uncaughtException handlers,
and the state of bootstrapping.

PR-URL: https://github.com/nodejs/node/pull/46962
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2023-03-07 13:59:28 -05:00
..
reporter test_runner: fix reconstruction of errors extracted from YAML 2023-03-01 22:16:39 +00:00
coverage.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
harness.js test_runner: give the root test a harness reference 2023-03-07 13:59:28 -05:00
mock.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
runner.js test_runner: reset count on watch mode 2023-02-26 16:28:30 +02:00
tap_checker.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
tap_lexer.js test_runner: parse non-ascii character correctly 2023-02-18 18:10:16 +00:00
tap_parser.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
test.js test_runner: give the root test a harness reference 2023-03-07 13:59:28 -05:00
tests_stream.js test_runner: add initial code coverage support 2023-01-08 16:09:41 -05:00
utils.js test_runner: better handle async bootstrap errors 2023-02-24 14:13:24 +00:00
yaml_to_js.js test_runner: fix reconstruction of errors extracted from YAML 2023-03-01 22:16:39 +00:00