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
/
test_runner.rs
Age
Commit message (
Expand
)
Author
2020-10-14
fix(test): return error when awaiting unresolved promise (#7968)
Bartek Iwańczuk
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-08-31
test(std): ensure mod.ts modules have a test coverage (#7264)
Casper Beyer
2020-06-18
chore(test): move testing utilities to test_util crate (#6360)
Bartek Iwańczuk
2020-06-05
deno test should run mjs files (#6122)
Taisuke Fukuno
2020-05-09
BREAKING(std): reorganization (#5087)
Nayeem Rahman
2020-04-28
BREAKING: Remove Deno.symbols namespace (#4936)
Nayeem Rahman
2020-04-27
BREAKING: remove Deno.runTests() API (#4922)
Bartek Iwańczuk
2020-04-27
feat(test): add quiet flag (#4894)
Ali Hasani
2020-04-03
clippy (#4618)
Kitson Kelly
2020-04-02
feat: deno test --filter (#4570)
Ryan Dahl
2020-03-19
fix: std/testing/runner.ts and deno test (#4392)
Bartek Iwańczuk
2020-03-14
Add support for jsx/tsx for deno test (#4369)
Kitson Kelly
2020-02-26
rewrite normalize_path (#4143)
Bartek Iwańczuk
2020-02-24
fix: [http] Consume unread body and trailers before reading next request (#3990)
Yusuke Sakurai
2020-02-17
fix(deno test): support directories as arguments (#4011)
Bartek Iwańczuk
2020-02-11
refactor: rewrite deno test, add Deno.test() (#3865)
Bartek Iwańczuk