VS Code: How do I get the individual run or debug button next to each individual test?

22 views Asked by At

I used to be able to run each test individually by just clicking a run or debug button next to the test itself. But now I don't see that option anymore. Does anyone know how to get that back? I don't want to run the entire suite every time I make a new test.

These are .test.tsx files. My tests

enter image description here

I want something like this. What settings do I need to change? enter image description here

0

There are 0 answers