summaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Expand)Author
2023-06-30fix(node/http): add setKeepAlive to FakeSocket (#19659)Leo Kettmeir
2023-06-28fix(console): correct the parseCssColor algorithm (#19645)Nicholas Berlette
2023-06-28chore: reconfigure windows builder storage (#19601)Matt Mastracci
2023-06-28fix(cli): Fix the bug where the command description is not displayed. (#19604)nasa
2023-06-27fix(kv): assertReject should always be awaited (#19612)Heyang Zhou
2023-06-27test(ext/node): port crypto_test.ts from deno_std (#19561)Felipe Baltor
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26test(ext/node): add fs read unit tests (#19588)Kaique da Silva
2023-06-26fix(ext/node): remove path.toFileUrl (#19536)Ryan Clements
2023-06-24fix(ext/node): support brotli APIs (#19223)Divy Srivastava
2023-06-24fix(cli): Don't use hardcoded port 4501 in serve test (#19599)Matt Mastracci
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-22test(ext/node): port buffer_test.ts from deno_std (#19556)Felipe Baltor
2023-06-22test(ext/node): add fs open unit test from std (#19505)Kaique da Silva
2023-06-19test(ext/node): port _fs_writeFile_test.ts from deno_std (#19524)Felipe Baltor
2023-06-17chore(kv) fix and re-enable queue test (#19529)Igor Zinkovsky
2023-06-16fix(ext/node): remove fromFileUrl from "node:path" (#19504)Ryan Clements
2023-06-15fix(cli): avoid crash on import of invalid module names (#19523)Bartek Iwańczuk
2023-06-15refactor(flags): move watch flags into subcommand structs (#19516)David Sherret
2023-06-15chore(ext/kv): disable flaky test (#19522)Heyang Zhou
2023-06-15fix(node): Worker constructor doesn't check type: module of package.json (#19...Vedant Pandey
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-15chore(ext/net): ignore startTls test (#19515)Matt Mastracci
2023-06-14chore(kv) another fix for queue flaky test (#19513)Igor Zinkovsky
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-14chore(ext/node): bring back changes to ClientRequest.onSocket (#19509)Leo Kettmeir
2023-06-14chore(kv) fix flaky queue test (#19495)Igor Zinkovsky
2023-06-13feat(kv) queue implementation (#19459)Igor Zinkovsky
2023-06-13fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...David Sherret
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-06-13fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...Matt Mastracci
2023-06-13fix(ext/websockets): ensure we fully send frames before close (#19484)Matt Mastracci
2023-06-13chore(repl): mark some tests as flaky (#19475)David Sherret
2023-06-13fix(lsp): update import map config when deno.json changes (#19476)David Sherret
2023-06-13fix(ext/node): handle 'upgrade' responses (#19412)Bartek Iwańczuk
2023-06-13test(ext/node): add fs dirent unit test from std (#19461)Kaique da Silva
2023-06-13feat(node): HTTPS server (#19362)Leo Kettmeir
2023-06-12chore(core): fix flaky flock_test on windows (#19477)Matt Mastracci
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-09chore: fix flaky package_json_auto_discovered_for_local_script_arg (#19445)David Sherret
2023-06-09chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)David Sherret
2023-06-08chore(ext/node): revert changes to ClientRequest.onSocket (#19426)Bartek Iwańczuk
2023-06-08chore: Use relative paths for assert imports to avoid test flakes (#19427)Matt Mastracci
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
2023-06-08perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405)Matt Mastracci
2023-06-08feat(node_compat): Add a write method to the FileHandle class (#19385)nasa
2023-06-08feat(node_compat): Add a read method to the FileHandle class (#19359)nasa
2023-06-07fix(cli): formatting bench with colors (#19323)Mike Mulchrone
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret