summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
AgeCommit message (Expand)Author
2024-02-19chore: move `test_util` to `tests/util/server` (#22444)Asher Gomez
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-09refactor: split integration tests from CLI (part 1) (#22308)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-27refactor: finish test_util server cleanup, simplify dependencies (#21714)Bartek Iwańczuk
2023-12-27refactor: rewrite remaining test server to Hyper 1.1 (#21708)Bartek Iwańczuk
2023-12-26refactor: fastwebsockets renames (#21707)Bartek Iwańczuk
2023-12-26refactor: change cli/ to use hyper 1.1 (#21705)Bartek Iwańczuk
2023-12-25refactor: use hyper 1.0 in WS test server (#21698)Bartek Iwańczuk
2023-12-24refactor: use hyper 1.0 in grpc test server (#21584)Bartek Iwańczuk
2023-11-11chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158)Matt Mastracci
2023-11-08chore: refactor test_server and move to rustls-tokio-stream (#21117)Matt Mastracci
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-03chore: fix pty support on Macs (#20037)Matt Mastracci
2023-07-28chore: remove unused dependencies (#19962)Divy Srivastava
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-04-23chore: remove tokio-tungstenite dependency (#18814)Bartek Iwańczuk
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-22chore(test_util): replace tempdir code w/tempdir crate (#18340)Matt Mastracci
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-02-28chore(test): remove TestCommandOutput macros (#17975)David Sherret
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19chore(test_util): use pty2 instead of pty (#17131)Divy Srivastava
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-07feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)Arnau Orriols
2022-09-02fix(npm): respect `latest` dist tag for getting current version (#15746)David Sherret
2022-08-25fix: avoid global declaration collisions in cjs (#15608)David Sherret
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-10fix: update deno_graph to fix importing config as JSON module (#15388)Kitson Kelly
2022-06-15chore: upgrade various deps (#14876)Ryan Dahl
2022-05-05chore: update deps (#14416)Luca Casonato
2022-04-08fix: upgrade to swc_ecmascript 0.143 (#14238)David Sherret
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-30chore(tests): add more lsp tests for formatting (#14155)David Sherret
2022-03-15chore(test_util): use pretty_assertions::assert_eq when not pattern matching ...David Sherret
2022-03-11chore(test): fix flaky tasks (#13916)David Sherret
2022-03-08chore: update regex to 1.5.5 (#13875)Divy Srivastava
2022-03-05chore: update deps (#13821)Satya Rohith
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-07chore: upgrade to rustls 0.20 (#12488)Ryan Dahl
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk