0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 05:33:33 -05:00
denoland-deno/tests
Divy Srivastava f813ab947e fix(ext/websocket): Fix close code without reason (#27578)
Fixes https://github.com/denoland/deno/issues/27566

The close code wasn't sent if reason was None, defaulting to 1005. This
patch allows sending close code without reason.
2025-01-09 15:19:20 -05:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
integration fix(ext/websocket): Fix close code without reason (#27578) 2025-01-09 15:19:20 -05:00
napi chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
node_compat test(ext/node): disable flaky dgram tests (#27549) 2025-01-09 15:19:19 -05:00
registry feat(unstable): no config npm:@opentelemetry/api integration (#27541) 2025-01-09 15:19:19 -05:00
specs feat(unstable): no config npm:@opentelemetry/api integration (#27541) 2025-01-09 15:19:19 -05:00
testdata fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-09 15:19:18 -05:00
unit fix(ext/websocket): Fix close code without reason (#27578) 2025-01-09 15:19:20 -05:00
unit_node feat(node/fs): Add a chmod method to the FileHandle class (#27522) 2025-01-09 15:19:19 -05:00
util fix(lsp): css preprocessor formatting (#27526) 2025-01-09 15:19:17 -05:00
wpt chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
Cargo.toml chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
lib.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests