node/test/fixtures/test-runner
Aviv Keller 9be0057859
test: fix soucre to source
PR-URL: https://github.com/nodejs/node/pull/55038
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-09-21 08:27:56 +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 test: fix soucre to source 2024-09-21 08:27:56 +00:00
coverage-loader test_runner: calculate executed lines using source map 2024-06-05 22:25:06 +00:00
coverage-snap test_runner: avoid coverage report partial file names 2024-09-18 18:24:19 +02: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: reorder test files fixtures for better understanding 2023-07-26 17:16:31 +00:00
issue-54726 test_runner: update kPatterns 2024-09-13 02:51:35 +00:00
matching-patterns test_runner: update kPatterns 2024-09-13 02:51:35 +00:00
no-isolation test_runner: allow --import with no isolation 2024-09-10 00:51:36 +02:00
node_modules test: reorder test files fixtures for better understanding 2023-07-26 17:16:31 +00:00
output test_runner: avoid coverage report partial file names 2024-09-18 18:24:19 +02:00
shards test_runner: add shards support 2023-07-05 03:57:28 +00:00
snapshots test_runner: support running tests in process 2024-08-21 13:39:19 +00:00
source-map-line-lengths test_runner: account for newline in source maps 2024-08-21 02:38:55 +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 test_runner: support coverage of unnamed functions 2023-04-23 07:17:49 +00:00
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
protoMutation.js
recursive_run.js test_runner: fix recursive run 2024-04-04 13:10:52 +00:00
reporters.js
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
throws_sync_and_async.js test_runner: support forced exit 2024-03-13 10:49:15 +00:00
todo_exit_code.js test_runner: dont set exit code on todo tests 2023-07-29 20:45:16 +00:00
user-logs.js