Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-24 | fix: don't panic in test and bench if ops not available (#23055) | Bartek Iwańczuk | |
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 | |||
2024-03-24 | refactor(bench): align ops to testing ops (#23038) | Bartek Iwańczuk | |
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. | |||
2024-01-25 | chore(cli): split 40_testing (#22112) | Matt Mastracci | |
No code changes -- just splitting 40_testing into three files and removing a couple of unused lines of code. |