hbenl / vscode-jasmine-test-adapter

Jasmine Test Adapter for the VS Code Test Explorer
MIT License
20 stars 20 forks source link

Adds ability to decorate test failures #9

Closed flovilmart closed 6 years ago

flovilmart commented 6 years ago

In this PR, I bring in the test decorator that handles adding and removing decorations + inline comments about the test failure. This would fit well in the common library.

hbenl commented 6 years ago

I will add this to the Test Explorer extension (and the Test Adapter API) soon.

flovilmart commented 6 years ago

Cool! Feel free to refactor it again it’s a rough hacked solution. One thing that bugs me is when you change the contents of the line, it should Remove the decoration.