node/lib/internal/test_runner
Sungwon bc3ffbd713
test_runner: fix isSkipped check in junit
The `isSkipped` function in the JUnit reporter was incorrectly
checking for `node?.attrs.failures` instead of `node?.attrs.skipped`.

PR-URL: https://github.com/nodejs/node/pull/59414
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
2025-11-19 18:01:43 +01:00
..
mock test_runner: correct "already mocked" error punctuation placement 2025-11-19 18:01:43 +01:00
reporter test_runner: fix isSkipped check in junit 2025-11-19 18:01:43 +01:00
coverage.js test_runner: improve code coverage cleanup 2024-10-02 16:04:15 +02:00
harness.js test_runner: improve code coverage cleanup 2024-10-02 16:04:15 +02:00
runner.js test_runner: switched to internal readline interface 2024-08-19 10:32:51 +02:00
test.js test_runner: simplify hook running logic 2025-01-24 22:18:45 +01:00
tests_stream.js
utils.js