summaryrefslogtreecommitdiff
path: root/cli/tools/test.rs
AgeCommit message (Expand)Author
2022-07-18feat(cli): support configuring the test tool in the config file (#15079)Roj
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-07-11refactor: rename run_basic to run_local (#15068)cuobiezi
2022-07-01refactor: extract `deno_graph::create_graph` use to common function (#15009)David Sherret
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek Iwańczuk
2022-06-29refactor: rename `RootConfig` to `CliOptions` (#15007)David Sherret
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-24fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...Bartek Iwańczuk
2022-06-20refactor: add `EmitCache` trait (#14925)David Sherret
2022-06-15fix(check): use "moduleDetection": "force" (#14875)Nayeem Rahman
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-05-30refactor(bench): Allocate IDs for benches (#14757)Nayeem Rahman
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-10fix: do not panic on `TestOutputPipe::flush` when receiver dropped (#14560)David Sherret
2022-05-10chore: fix flaky steps_output_within - part 2 (#14562)David Sherret
2022-05-09feat(test): repeat test name if there's user output (#14495)Bartek Iwańczuk
2022-05-09feat(test): Represent uncaught errors (#14513)Nayeem Rahman
2022-05-09feat(test): change "failures:" headers in test report (#14490)Bartek Iwańczuk
2022-05-05feat(test): Show Deno.test() call locations for failures (#14484)Nayeem Rahman
2022-05-04chore: fix flaky `steps_output_within` test (#14479)David Sherret
2022-05-01fix(test): actually capture stdout and stderr in workers (#14435)David Sherret
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-26fix(test): capture inherited stdout and stderr for subprocesses in test outpu...David Sherret
2022-04-18feat(test): skip internal stack frames for errors (#14302)Bartek Iwańczuk
2022-04-16fix(cli/tools/test): Prefix test module paths with "./" (#14301)Nayeem Rahman
2022-04-16feat(test): use structured data for JavaScript errors in tests (#14287)Bartek Iwańczuk
2022-04-15feat(test): format user code output (#14271)Bartek Iwańczuk
2022-04-11feat(test): Improve testing report output (#14255)Bartek Iwańczuk
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-29refactor(flags): rename CheckFlag to TypecheckMode (#14111)Bartek Iwańczuk
2022-03-11fix(compat): cjs/esm interop for dynamic imports (#13792)Bartek Iwańczuk
2022-03-11fix(test): skip typechecking for blocks inside HTML comments (#13889)Geert-Jan Zwiers
2022-03-09refactor(test): use tokio::sync::mpsc::unbounded_channel (#13881)Bartek Iwańczuk
2022-03-09refactor: add cli/display.rs module (#13879)Bartek Iwańczuk
2022-03-08refactor(test): don't spawn additional thread (#13877)Bartek Iwańczuk
2022-03-08fix(test): typecheck blocks annotated with long js/ts notations (#13785)Geert-Jan Zwiers
2022-02-25feat: deno test --trace-ops (#13770)Bartek Iwańczuk
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
2022-02-11refactor: use `Arc` instead of making copies of `Flags` struct (#13610)Maxim
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-31feat(cli): add "--no-clear-screen" flag (#13454)Zheyu Zhang
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-13refactor: move transpiling to deno_ast (#13332)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-30feat(test): Add support for "deno test --compat" (#13235)Steven Guerrero