There are also some IDE extensions that will allow you to select a single test which is then run by choosing the file and the cli option -t "name of spec"; that being said, if fixing or adapting a (skipped) test is part of a ticket, adding the jest command line to run it in isolation to the ticket might be helpful.
There are also some IDE extensions that will allow you to select a single test which is then run by choosing the file and the cli option
-t "name of spec"; that being said, if fixing or adapting a (skipped) test is part of a ticket, adding the jest command line to run it in isolation to the ticket might be helpful.Yep, my favorite adoption of JetBrains products to be honest 🙌