mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
59f419bf41
<!-- Before submitting a PR, please read https://deno.com/manual/contributing 1. Give the PR a descriptive title. Examples of good title: - fix(std/http): Fix race condition in server - docs(console): Update docstrings - feat(doc): Handle nested reexports Examples of bad title: - fix #7123 - update docs - fix bugs 2. Ensure there is a related issue and it is referenced in the PR text. 3. Ensure there are tests that cover the changes. 4. Ensure `cargo test` passes. 5. Ensure `./tools/format.js` passes without changing files. 6. Ensure `./tools/lint.js` passes. 7. Open as a draft PR if your work is still in progress. The CI won't run all steps, but you can add '[ci]' to a commit message to force it to. 8. If you would like to run the benchmarks on the CI, add the 'ci-bench' label. --> Ultimately, it came down to using incorrect property names in the `FakeSocket` constructor. The values are passed under `remoteAddress`, not `hostname` and `remotePort` instead of `port`. Fixes https://github.com/denoland/deno/issues/21980 |
||
---|---|---|
.. | ||
_fs | ||
crypto | ||
internal | ||
testdata | ||
_test_utils.ts | ||
assertion_error_test.ts | ||
async_hooks_test.ts | ||
buffer_test.ts | ||
child_process_test.ts | ||
console_test.ts | ||
dgram_test.ts | ||
events_test.ts | ||
fs_test.ts | ||
http2_test.ts | ||
http_test.ts | ||
module_test.ts | ||
net_test.ts | ||
os_test.ts | ||
path_test.ts | ||
perf_hooks_test.ts | ||
process_test.ts | ||
querystring_test.ts | ||
readline_test.ts | ||
repl_test.ts | ||
stream_test.ts | ||
string_decoder_test.ts | ||
timers_test.ts | ||
tls_test.ts | ||
tty_test.ts | ||
util_test.ts | ||
v8_test.ts | ||
vm_test.ts | ||
worker_threads_test.ts | ||
zlib_test.ts |