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
/
testdata
/
test
Age
Commit message (
Expand
)
Author
2022-01-18
feat: stabilize test steps API (#13400)
David Sherret
2021-12-07
refactor(timers): refactor timers to use one async op per timer (#12862)
Andreu Botella
2021-12-01
chore: Fix typo in no-pending-ops error message (#12948)
KnorpelSenf
2021-11-30
fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...
Andreu Botella
2021-11-29
Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with tim...
Bartek Iwańczuk
2021-11-28
fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...
Andreu Botella
2021-11-23
feat(test): Add more overloads for "Deno.test" (#12749)
Bartek Iwańczuk
2021-11-15
feat(unstable/test): include test step pass/fail/ignore counts in final repor...
David Sherret
2021-11-15
fix(test): support typechecking docs with CRLF line endings (#12748)
Geert-Jan Zwiers
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-13
chore: fix flaky steps_invalid_usage tests (#12422)
David Sherret
2021-10-11
feat: provide ops details for ops sanitizer failures (#12188)
Casper Beyer
2021-10-11
feat(unstable/test): imperative test steps API (#12190)
David Sherret
2021-09-30
fix(runtime/testing): format aggregate errors (#12183)
Casper Beyer
2021-09-04
feat(cli): close test worker once all tests complete (#11727)
Casper Beyer
2021-09-01
fix(cli): retain path based test mode inference (#11878)
Casper Beyer
2021-08-26
refactor(cli): introduce module specifier test modes (#11769)
Casper Beyer
2021-08-24
feat(cli): add --ignore flag to test command (#11712)
Casper Beyer
2021-08-15
fix(test): dispatch load event before tests are run (#11708)
Casper Beyer
2021-08-14
fix(cli): explicitly scan for ignore attribute in inline tests (#11647)
Casper Beyer
2021-08-13
test(cli): add test for test filtering (#11672)
Casper Beyer
2021-08-12
fix(cli): allow specifiers of unknown media types with test command (#11652)
Casper Beyer
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret