"jest.runMode": {
"testFileOnly": true,
"runAllTestsOnStartup": false,
"type": "on-save"
},
After, reload or refresh the extension. Now, when you go back to a test file and SAVE, it will only run the tests on that file.