summaryrefslogtreecommitdiff
path: root/tests/integration/js_unit_tests.rs
AgeCommit message (Expand)Author
2024-09-27BREAKING(ext/net): improved error code accuracy (#25383)Luca Casonato
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-09BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)Asher Gomez
2024-09-06BREAKING(buffer): remove `Deno.Buffer` (#25441)Asher Gomez
2024-09-04test: run js_unit_tests with `--unstable-*` flags (#25394)Bartek Iwańczuk
2024-09-03BREAKING(io): remove `Deno.copy()` (#25345)Asher Gomez
2024-09-03chore(fs): remove `Deno.flock[Sync]()` (#25350)Asher Gomez
2024-09-03BREAKING: remove `Deno.close()` (#25347)Asher Gomez
2024-08-28test: Don't run unit tests with and without `DENO_FUTURE=1` (#25273)Bartek Iwańczuk
2024-08-26Reland "test: run unit tests with DENO_FUTURE=1" (#25212)Bartek Iwańczuk
2024-08-15Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)Bartek Iwańczuk
2024-08-14test: run unit tests with DENO_FUTURE=1 (#24400)Bartek Iwańczuk
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-03-25fix(ext/fetch): do not truncate field value in `EventSource` (#22368)ud2
2024-02-12chore: continue tests/ re-org (#22396)Matt Mastracci
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci