0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/unit_node
Marvin Hagemeister ff0daa2b9d
fix(npm): process not defined in readline (#19184)
Issue was that we create node globals much later, so pulling `process`
via a module import is the way to go.

Fixes #19183
2023-05-18 15:42:27 -04:00
..
_fs test(node/fs): add fs.Dir tests (#18463) 2023-03-28 23:58:40 +09:00
internal refactor(node/crypto): scrypt polyfill to rust (#18746) 2023-04-18 14:29:10 +02:00
testdata fix(node): support passing parent stdio streams (#19171) 2023-05-18 14:02:14 +02:00
_test_utils.ts test(ext/node): port _fs tests from std/node (#18262) 2023-03-20 01:10:39 +09:00
async_hooks_test.ts BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
child_process_test.ts fix(node): support passing parent stdio streams (#19171) 2023-05-18 14:02:14 +02:00
crypto_cipher_test.ts fix(ext/node): add aes-128-ecb algorithm support (#18412) 2023-03-25 15:42:07 +09:00
crypto_hash.ts fix(ext/node): resource leak in createHmac (#18229) 2023-03-16 22:25:12 +01:00
crypto_key.ts fix(ext/node): implement asymmetric keygen (#18651) 2023-04-19 22:27:34 +05:30
crypto_sign_test.ts fix(ext/node): add crypto.sign|verify methods (#18765) 2023-04-19 23:24:26 +09:00
fs_test.ts fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097) 2023-03-16 12:16:03 +09:00
http_test.ts refactor(node): reimplement http client (#19122) 2023-05-17 01:20:32 +02:00
module_test.ts chore: fix & update node compat config (#19106) 2023-05-13 14:49:11 +09:00
process_test.ts feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
querystring_test.ts test(ext/node): add querystring_test.ts and readline_test.ts (#18256) 2023-03-19 19:49:11 +09:00
readline_test.ts fix(npm): process not defined in readline (#19184) 2023-05-18 15:42:27 -04:00
string_decoder_test.ts test(ext/node): add string_decoder_test.ts from std/node (#18473) 2023-03-29 18:32:29 +09:00
timers_test.ts test(ext/node): add timers_tests.ts from std/node (#18472) 2023-03-29 18:34:37 +09:00
tls_test.ts test(ext/node): add tls_test (#17871) 2023-02-23 12:27:29 +09:00
tty_test.ts test(ext/node): add tty_test and util_test (#17868) 2023-02-23 12:28:19 +09:00
util_test.ts Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-30 15:33:28 +00:00
v8_test.ts feat(ext/node): implement node:v8 (#17806) 2023-02-17 18:48:09 +05:30
worker_threads_test.ts chore: fix & update node compat config (#19106) 2023-05-13 14:49:11 +09:00