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
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-05
fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-02
refactor: move JsError formatting to deno_runtime (#15345)
Christian Dürr
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
2022-08-11
refactor(cli): consolidate most MainWorker related code to the same place (#1...
David Sherret
2022-08-10
fix(permissions): ignore empty values (#15447)
Leo Kettmeir
2022-08-04
fix(test): output parallel test results independently (#15399)
Nayeem Rahman
2022-08-02
fix(test): race condition for cancelled tests (#15233)
Nayeem Rahman
2022-07-18
feat(cli): support configuring the test tool in the config file (#15079)
Roj
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-07-11
refactor: rename run_basic to run_local (#15068)
cuobiezi
2022-07-01
refactor: extract `deno_graph::create_graph` use to common function (#15009)
David Sherret
2022-07-01
chore: use Rust 1.62.0 (#15028)
Bartek Iwańczuk
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-24
fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...
Bartek Iwańczuk
2022-06-20
refactor: add `EmitCache` trait (#14925)
David Sherret
2022-06-15
fix(check): use "moduleDetection": "force" (#14875)
Nayeem Rahman
2022-06-14
feat(test): update test summary report (#14629)
Mark Ladyshau
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
[next]