Currently the test explorer only shows whether a test failed or succeeded (based on a green checkmark or red x). It would be useful to show, for example on hover, the information provided by Jest. E.g.:
As far as I know, the vsocde TestExplorer API currently doesn't provide a hovering extension point, so we won't be able to do this, yet. However, you could request the hovering feature in vscode...
Currently the test explorer only shows whether a test failed or succeeded (based on a green checkmark or red x). It would be useful to show, for example on hover, the information provided by Jest. E.g.:
Assume the following test:
on hover (in the test explorer) display: