0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 21:57:40 -04:00
deno/cli/tests
Divy Srivastava b81757cc56
fix(ext/node): handle closing process.stdin more than once (#21267)
Fixes https://github.com/denoland/deno/issues/21112

Aligns more towards what Node.js does. Closing stdin more than once is a
nop.
2023-11-24 03:05:07 +01:00
..
integration fix(ext,runtime): add missing custom inspections (#21219) 2023-11-24 03:03:27 +01:00
node_compat fix(ext/node): Re-enable alloc max size test (#21059) 2023-11-17 11:28:33 +09:00
testdata fix(ext,runtime): add missing custom inspections (#21219) 2023-11-24 03:03:27 +01:00
unit fix(ext,runtime): add missing custom inspections (#21219) 2023-11-24 03:03:27 +01:00
unit_node fix(ext/node): handle closing process.stdin more than once (#21267) 2023-11-24 03:05:07 +01:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00