1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/test_util/src
Matt Mastracci 612226de8e
chore(cli): One Rust test per JS and Node unit test file (#19199)
This runs our `js_unit_tests` and `node_unit_tests` in parallel, one
rust test per JS unit test file. Some of our JS tests don't like running
in parallel due to port requirements, so this also makes those use a
specific port-per-file. This does not attempt to make the node-compat
tests work.
2023-05-22 13:35:59 -06:00
..
testdata fix(test_util): parse strace usecs/call in total line if present (#18241) 2023-03-17 10:39:57 +02:00
assertions.rs chore(test): remove TestCommandOutput macros (#17975) 2023-02-28 15:10:12 -04:00
builders.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
factory.rs chore(cli): One Rust test per JS and Node unit test file (#19199) 2023-05-22 13:35:59 -06:00
lib.rs chore(cli): One Rust test per JS and Node unit test file (#19199) 2023-05-22 13:35:59 -06:00
lsp.rs feat(lsp): ability to configure document pre-load limit (#19097) 2023-05-11 17:17:14 -04:00
npm.rs fix(npm): improved optional dependency support (#19135) 2023-05-17 17:38:50 -04:00
pty.rs fix(repl): improve package.json support (#18497) 2023-03-30 10:43:16 -04:00
temp_dir.rs feat(vendor): support for npm specifiers (#19186) 2023-05-19 22:39:27 +00:00
test_server.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00