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
/
tools
/
test.rs
Age
Commit message (
Expand
)
Author
2022-04-18
feat(test): skip internal stack frames for errors (#14302)
Bartek Iwańczuk
2022-04-16
fix(cli/tools/test): Prefix test module paths with "./" (#14301)
Nayeem Rahman
2022-04-16
feat(test): use structured data for JavaScript errors in tests (#14287)
Bartek Iwańczuk
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-04-11
feat(test): Improve testing report output (#14255)
Bartek Iwańczuk
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
Bartek Iwańczuk
2022-03-11
fix(compat): cjs/esm interop for dynamic imports (#13792)
Bartek Iwańczuk
2022-03-11
fix(test): skip typechecking for blocks inside HTML comments (#13889)
Geert-Jan Zwiers
2022-03-09
refactor(test): use tokio::sync::mpsc::unbounded_channel (#13881)
Bartek Iwańczuk
2022-03-09
refactor: add cli/display.rs module (#13879)
Bartek Iwańczuk
2022-03-08
refactor(test): don't spawn additional thread (#13877)
Bartek Iwańczuk
2022-03-08
fix(test): typecheck blocks annotated with long js/ts notations (#13785)
Geert-Jan Zwiers
2022-02-25
feat: deno test --trace-ops (#13770)
Bartek Iwańczuk
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-16
feat(test): improved op sanitizer errors + traces (#13676)
Luca Casonato
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-31
feat(cli): add "--no-clear-screen" flag (#13454)
Zheyu Zhang
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-30
feat(test): Add support for "deno test --compat" (#13235)
Steven Guerrero
2021-12-29
cleanup(cli): use op Extensions (#13223)
Aaron O'Mullan
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-21
refactor: cleanup cli/main.rs (#13160)
Bartek Iwańczuk
2021-12-20
refactor: Use dedicated flags structures (#13148)
Bartek Iwańczuk
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-15
chore: updates to support deno_graph API changes (#13080)
Kitson Kelly
2021-11-16
fix(cli): short-circuit in prepare_module_load() (#12604)
Nayeem Rahman
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-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-11-08
refactor: move `mod tokio_util` to runtime (#12332)
Bert Belder
2021-11-01
chore: upgrade deno_ast to 0.5.0 (#12595)
David Sherret
2021-11-01
chore(cli): fix typo in variable name (#12617)
Dezső Mészáros
2021-10-30
feat(test): better formatting for test elapsed time (#12610)
Bartek Iwańczuk
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-10-11
feat(unstable/test): imperative test steps API (#12190)
David Sherret
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-24
refactor: Rename ProgramState to ProcState (#12204)
Ryan Dahl
2021-09-18
refactor(cli): don't generate a module for side loading tests (#12129)
Casper Beyer
2021-09-18
fix(core): prevent multiple main module loading (#12128)
Bartek Iwańczuk
2021-09-13
chore: update deno_* crates (#12020)
Kitson Kelly
2021-09-08
fix(test): propagate join errors in deno test (#11953)
David Sherret
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-09-04
feat(cli): close test worker once all tests complete (#11727)
Casper Beyer
2021-09-04
refactor(testing): redirect console output via reporter (#11911)
Casper Beyer
2021-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
[next]