0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 04:42:51 -05:00
denoland-deno/cli/tools/test
Nayeem Rahman eb834751c6
fix(lsp/testing): use full ancestry to compute static id of step (#20297)
Fixes https://github.com/denoland/vscode_deno/issues/656.

Test steps were ID'd by a checksum of `[origin, level, step_name]` which
is incorrect. Now it's `[origin, ...ancestor_names, step_name]`.
2023-08-31 14:04:06 +02:00
..
reporters fix(test): JUnit reporter includes file, line and column attributes (#20174) 2023-08-21 18:23:27 +05:30
fmt.rs feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
mod.rs fix(lsp/testing): use full ancestry to compute static id of step (#20297) 2023-08-31 14:04:06 +02:00