vscode-jest
vscode-jest copied to clipboard
Refresh testMatch when Jest settings are changed
Looks like we only parse testMatch
when the extension loads which could lead to issues. It may be related to #224.
I have this same issue in package.json. When I added testMatch
and verbose
settings, it didn't pick it up in the plugin (cli worked fine). I had to restart vscode for it to work properly.