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
Javascript tests are displayed in VS Test Explorer by Project > File > Suite > Test
Actual Behavior
The tests output shows the details of file::suite::test
Creating Test Case:tests\FormatServiceTests.js::FormatService - format()::date
Creating Test Case:tests\XAxisTests.js::global::XAxisService.axis() - Index Values
But the test explorer seems to split on the last . and shows js instead of FormatService - format()
and XAxisService > axis() - Index Values instead of global > XAxisService.axis() - Index Values
These examples are in Jest (26.4.2), but I've seen the same issue trying Jasmine.
Expected Behavior
Javascript tests are displayed in VS Test Explorer by Project > File > Suite > Test
Actual Behavior
The tests output shows the details of file::suite::test
But the test explorer seems to split on the last
.
and showsjs
instead ofFormatService - format()
and
XAxisService > axis() - Index Values
instead ofglobal > XAxisService.axis() - Index Values
These examples are in Jest (26.4.2), but I've seen the same issue trying Jasmine.
FormatServiceTests is using
while
XAxisTests is a top level test
Steps to reproduce
tests
folder and rebuild the projectThe text was updated successfully, but these errors were encountered: