I have many jest tests, within many test suites, within many test files.
I need to isolate and debug a single test.
I'm debugging via node --inspect-brk ./node_modules/jest/bin/jest
, so other solutions involving watch mode are too complicated.
How can I skip all tests except the one I need to debug?