You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests with a name that matches another test case nested in another test step currently just show a grey circle making it unclear what the status of the test case is.
)
Fixesdenoland/vscode_deno#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]`.
)
Fixesdenoland/vscode_deno#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]`.
Describe the bug
Tests with a name that matches another test case nested in another test step currently just show a grey circle making it unclear what the status of the test case is.
To Reproduce
Expected behavior
The tests should all show green check marks.
Screenshots
Versions
vscode: 1.66.2 deno: 1.20.6 extension: v3.12.0
The text was updated successfully, but these errors were encountered: