1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/unit_node
2023-10-18 01:51:39 +02:00
..
_fs fix: bump default @types/node version range to 18.16.19 (#19706) 2023-07-04 15:27:04 +00:00
crypto fix(node): supported arguments to randomFillSync (#20637) 2023-09-23 10:04:55 +02:00
internal refactor(node/crypto): scrypt polyfill to rust (#18746) 2023-04-18 14:29:10 +02:00
testdata fix(ext/node): support brotli APIs (#19223) 2023-06-24 19:42:08 +05:30
_test_utils.ts test(ext/node): port _fs tests from std/node (#18262) 2023-03-20 01:10:39 +09:00
assertion_error_test.ts test(ext/node): added assertion errors test (#19609) 2023-06-30 11:22:04 +09:00
async_hooks_test.ts fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19485) 2023-06-13 18:05:23 +00:00
buffer_test.ts chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
child_process_test.ts perf: improve async op santizer speed and accuracy (#20501) 2023-09-16 07:48:31 +02:00
events_test.ts fix(ext/node): don't call undefined nextTick fn (#20724) 2023-10-02 14:13:57 +02:00
fs_test.ts fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097) 2023-03-16 12:16:03 +09:00
http2_test.ts fix(node/http2): fixes to support grpc (#20712) 2023-10-12 14:03:19 +00:00
http_test.ts fix(node/http): don't leak resources on destroyed request (#20040) 2023-08-29 12:13:58 +00:00
module_test.ts refactor: rename built-in node modules from ext:deno_node/ to node: (#19680) 2023-07-02 20:19:30 +02:00
net_test.ts perf: improve async op santizer speed and accuracy (#20501) 2023-09-16 07:48:31 +02:00
os_test.ts feat(node/os): implement getPriority, setPriority & userInfo (#19370) 2023-07-31 22:29:09 +02:00
path_test.ts test(ext/node): clean up node:path test cases (#19610) 2023-07-05 16:13:34 +09:00
perf_hooks_test.ts fix(ext/node): Define performance.timeOrigin as getter property (#19714) 2023-07-04 20:19:18 +03:00
process_test.ts fix(ext/node): process.argv0 (#20925) 2023-10-18 01:51:39 +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
repl_test.ts fix(node): repl._builtinLibs (#20046) 2023-08-04 14:30:48 +02:00
stream_test.ts fix(ext/node): fix stream/promises export (#19820) 2023-07-17 22:10:34 +09: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 fix(ext/node): ignore cancelled timer when node timer refresh (#19637) 2023-07-02 19:11:34 +00:00
tls_test.ts fix(node): implement TLSSocket._start (#20120) 2023-08-11 11:57:41 +00: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 fix(node): make 'v8.setFlagsFromString' a noop (#19271) 2023-05-26 15:41:03 +02:00
worker_threads_test.ts chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
zlib_test.ts fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301) 2023-09-08 09:11:33 +05:30