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