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
/
cli
/
tests
/
unit
/
test_util.ts
Age
Commit message (
Expand
)
Author
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou
2023-01-29
fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...
Kenta Moriuchi
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-02
chore: fix flaky netListenUnrefAndRef (#16892)
David Sherret
2022-12-02
chore: rewrite tests and utils to use Deno.Command API (#16895)
Bartek Iwańczuk
2022-10-17
chore: upgrade internal deno_std to 0.160 (#16333)
David Sherret
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-07-18
BREAKING(unstable): Improve Deno.spawn() stdio API (#14919)
Nayeem Rahman
2022-05-18
refactor: use spawn API across codebase (#14414)
Leo Kettmeir
2022-03-23
feat(unstable): add ref/unref to Listener (#13961)
Yoshiya Hinosawa
2022-03-12
refactor(core): validate promise id in refOp (#13905)
Yoshiya Hinosawa
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-04
fix: upgrade swc_ecmascript to 0.103 (#13284)
David Sherret
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-10-11
feat(unstable/test): imperative test steps API (#12190)
David Sherret
2021-10-10
test: remove duplicate import (#12374)
Feng Yu
2021-09-23
test(cli): align unit test permissions with runtime test permissions (#12189)
Casper Beyer
2021-09-22
chore: replace calls to assertThrowsAsync with assertRejects (#12176)
Casper Beyer
2021-09-05
chore(std/http): server module name migration (#11890)
Craig Morten
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-06-25
test(cli): refactor the usages of delay (#11098)
Yoshiya Hinosawa
2021-04-27
test(cli): run unit tests using Deno.test (#10330)
Casper Beyer
2021-04-12
fix(runtime/js/timers): Use (0, eval) instead of eval() (#10103)
Nayeem Rahman
2021-04-09
chore: upgrade dependencies (#10094)
Bartek Iwańczuk
2021-02-22
fix(tests): fix fetchConnectionError test if port is in use (#9465)
David DeSimone
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-26
refactor(cli/tests): replace createResolvable with deferred (#8507)
crowlKats
2020-11-24
feat(cli): update to TypeScript 4.1 (#7573)
Kitson Kelly
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-10-26
rename(std/testing): rename assert*Contains to assert*Includes (#7951)
Tim Reichen
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-13
Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)
Bartek Iwańczuk
2020-07-09
feat: move unstable Deno.permissions to navigator.permissions (#6244)
Kitson Kelly
2020-06-12
feat: Add TestDefinition::only (#5793)
Nayeem Rahman
2020-06-11
feat: URL support in Deno filesystem methods (#5990)
River
2020-06-10
fix: Remove try-catch from Buffer.readFrom, readFromSync (#6161)
Casper Beyer
2020-06-05
Rename abbreviated assertions in std/testing (#6118)
Casper Beyer
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl