vscode-jest icon indicating copy to clipboard operation
vscode-jest copied to clipboard

Refresh testMatch when Jest settings are changed

Open seanpoulter opened this issue 7 years ago • 1 comments

Looks like we only parse testMatch when the extension loads which could lead to issues. It may be related to #224.

seanpoulter avatar Jan 16 '18 16:01 seanpoulter

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.

tralston avatar Jun 10 '20 19:06 tralston