test_runner - using node test.mjs and node --test test.mjs print different outputs #45470
Labels
duplicate
Issues and PRs that are duplicates of other issues or PRs.
test_runner
Issues and PRs related to the test runner subsystem.
Version
v20.0.0-pre
Platform
darwin
Subsystem
No response
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
./node --test watch-mode-tests/index.test.mjs | tap-spec Subtest: /Users/erickwendel/Downloads/projetos/node/watch-mode-tests/index.test.mjs ✔ /Users/erickwendel/Downloads/projetos/node/watch-mode-tests/index.test.mjs
and
or in a folder
./node --test watch-mode-tests | tap-spec Subtest: /Users/erickwendel/Downloads/projetos/node/watch-mode-tests/index.test.mjs ✔ /Users/erickwendel/Downloads/projetos/node/watch-mode-tests/index.test.mjs
What is the expected behavior?
Both should output
What do you see instead?
when using --test
Additional information
@nodejs/test_runner @nodejs/tooling
The text was updated successfully, but these errors were encountered: