Not sure if this is related to #374, or WAI, but I would like the ability to debug a test case anyway, even if it passes. With v2.9.2, I see the "Debug" CodeLens only above failed tests.
I think it is similar to #374... yes you can achieve this by customize jest.debugCodeLens.showWhenTestStateIn in settings, see here for detail.
The solution of using the setting solved the issue for me. I'd nominate that this issue be closed.
Most helpful comment
I think it is similar to #374... yes you can achieve this by customize
jest.debugCodeLens.showWhenTestStateInin settings, see here for detail.