summaryrefslogtreecommitdiff
path: root/tests/integration/node_unit_tests.rs
AgeCommit message (Expand)Author
2024-11-15feat(fetch): accept async iterables for body (#26882)Luca Casonato
2024-10-28fix: report exceptions from nextTick (#26579)snek
2024-09-27BREAKING(ext/net): improved error code accuracy (#25383)Luca Casonato
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-29test: run `node_unit_tests` with `DENO_FUTURE=1` (#25285)Bartek Iwańczuk
2024-08-26Revert "feat(fetch): accept async iterables for body" (#25207)Luca Casonato
2024-08-26fix(node/cluster): improve stubs to make log4js work (#25146)Marvin Hagemeister
2024-08-22fix(ext/node): register `node:wasi` built-in (#25134)Divy Srivastava
2024-08-14fix: `node:inspector` not being registered (#25007)Marvin Hagemeister
2024-08-06feat(fetch): accept async iterables for body (#24623)Leo Kettmeir
2024-07-08fix(node/assert): throws not checking error instance (#24466)Marvin Hagemeister
2024-07-05fix(ext/node): rewrite digest handling (#24392)Luca Casonato
2024-06-24fix(ext/node): rewrite crypto.Hash (#24302)Luca Casonato
2024-05-14chore: fix flaky rejection_handled_web_process (#23817)David Sherret
2024-04-03fix(ext/node): polyfill node:domain module (#23088)Bartek Iwańczuk
2024-03-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-11fix(ext/node): Match punycode module behavior to node (#22847)Nathan Whitaker
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