Raagh / angular-karma_test-explorer

vscode extension for easy angular testing and debugging
https://marketplace.visualstudio.com/items?itemName=raagh.angular-karma-test-explorer
MIT License
65 stars 23 forks source link

Failed Test Highlights row below issue #94

Closed mills-andrew closed 2 years ago

mills-andrew commented 3 years ago

The affected red highlighted area is highlighting the row below the actual issue.

Notice in the screenshot I have an issue on line 54. However the highlighted red is marking line 55. This is confusing the the user if line 55 has another statement. In my case, i commented out the lines to confirm the issue. Please see the image.

mills-andrew commented 3 years ago

bug