node/test/fixtures/test-runner
Antoine du Hamel 53e325ffd0
test: ensure assertions are reachable in more folders
PR-URL: https://github.com/nodejs/node/pull/60411
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2025-10-29 15:16:59 +00:00
..
aborts test_runner: call abort on test finish 2023-07-21 12:53:58 +00:00
concurrency test: use tmpdir.resolve() 2023-08-21 16:41:53 +00:00
coverage lib: fix sourcemaps with ts module mocking 2025-05-08 15:14:22 +00:00
coverage-default-exclusion test_runner: exclude test files from coverage by default 2024-12-17 11:10:17 +00:00
coverage-loader test: fix typos 2024-09-28 13:58:55 +00:00
coverage-snap test_runner: avoid coverage report partial file names 2024-09-18 18:24:19 +02:00
coverage-with-mock test: exclude mock from coverage 2025-08-11 05:49:53 +00:00
custom_reporters test_runner: catch reporter errors 2023-09-21 23:22:21 +03:00
cwd test_runner: ensure test watcher picks up new test files 2024-08-29 08:55:34 +00:00
default-behavior test_runner: differentiate test types in enqueue dequeue events 2025-01-05 08:35:35 +00:00
error-reporter-fail-fast test: add error only reporter for node:test 2025-01-11 14:19:35 +00:00
flag-propagation src: add internal GetOptionsAsFlags 2025-08-16 06:43:49 +00:00
global-setup-teardown test_runner: add global setup and teardown functionality 2025-04-16 17:51:06 +00:00
issue-54726 test_runner: update kPatterns 2024-09-13 02:51:35 +00:00
matching-patterns Revert "test_runner: change ts default glob" 2025-05-09 05:54:29 +00:00
no-isolation test: fix dangling promise in test_runner no isolation test setup 2025-04-02 19:30:53 +00:00
node_modules test: reorder test files fixtures for better understanding 2023-07-26 17:16:31 +00:00
options-propagation test_runner: correctly filter --experimental-config-file 2025-06-29 20:48:29 +00:00
output test: ensure assertions are reachable in more folders 2025-10-29 15:16:59 +00:00
plan test: test runner run plan 2025-03-10 22:23:23 +00:00
shards test_runner: add shards support 2023-07-05 03:57:28 +00:00
snapshots test_runner: allow special characters in snapshot keys 2025-02-19 06:34:08 +00:00
source-maps test_runner: throw on invalid source map 2024-10-06 20:27:32 +00:00
async-error-in-test-hook.mjs test_runner: better error handing for test hook 2024-04-15 10:27:17 +00:00
coverage.js
extraneous_set_immediate_async.mjs
extraneous_set_timeout_async.mjs
index.js
invalid-tap.js
mock-nm.js test_runner: support module mocking 2024-05-19 05:09:09 +00:00
nested.js
never_ending_async.js
never_ending_sync.js
print-arguments.js test_runner: support custom arguments in run() 2024-09-28 13:52:04 +00:00
protoMutation.js
recursive_run.js test_runner: fix recursive run 2024-04-04 13:10:52 +00:00
reporters.js
rerun.js test_runner: add option to rerun only failed tests 2025-08-19 07:42:00 +00:00
root-duration.mjs test_runner: avoid overwriting root start time 2024-03-11 03:18:07 +00:00
run_inspect_assert.js
run_inspect.js
test_only.js test_runner: accept testOnly in run 2023-09-24 10:46:13 +00:00
test-runner-global-hooks.mjs test_runner: add global setup and teardown functionality 2025-04-16 17:51:06 +00:00
throws_sync_and_async.js test_runner: support forced exit 2024-03-13 10:49:15 +00:00
todo_exit_code.js test_runner: fix todo inheritance 2025-09-04 09:35:48 +00:00
user-logs.js