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-15 | chore(specs): use jsonc for metadata file (#22946) | David Sherret | |
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being. | |||
2024-03-14 | fix(cli): sanitizer should ignore count of ops started before tests begin ↵ | Matt Mastracci | |
(#22932) | |||
2024-03-13 | fix(cli): show asserts before leaks (#22904) | Matt Mastracci | |
Fixes #22837 |