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-05-30
refactor(bench): Allocate IDs for benches (#14757)
Nayeem Rahman
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-10
fix: do not panic on `TestOutputPipe::flush` when receiver dropped (#14560)
David Sherret
2022-05-10
chore: fix flaky steps_output_within - part 2 (#14562)
David Sherret
2022-05-09
feat(test): repeat test name if there's user output (#14495)
Bartek Iwańczuk
2022-05-09
feat(test): Represent uncaught errors (#14513)
Nayeem Rahman
2022-05-09
feat(test): change "failures:" headers in test report (#14490)
Bartek Iwańczuk
2022-05-05
feat(test): Show Deno.test() call locations for failures (#14484)
Nayeem Rahman
2022-05-04
chore: fix flaky `steps_output_within` test (#14479)
David Sherret
2022-05-01
fix(test): actually capture stdout and stderr in workers (#14435)
David Sherret
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-26
fix(test): capture inherited stdout and stderr for subprocesses in test outpu...
David Sherret
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
[next]