Age | Commit message (Collapse) | Author |
|
Aligns the error messages in the cli/js folder to be in-line with the
Deno style guide.
|
|
Fixes regression introduced in
https://github.com/denoland/deno/pull/22112 that
removed checks if `Deno.test` or `Deno.bench` are not used in respective
subcommands.
Closes https://github.com/denoland/deno/issues/23041
|
|
Internal refactor that changes how we use ops in `deno bench`
subcommand.
This brings it in line to what we do in `deno test` subcommand.
|
|
No code changes -- just splitting 40_testing into three files and
removing a couple of unused lines of code.
|