Hide Jest running icon on test files

 

I've activate test runner for vitest. Now in my test files there are icon for vitest and jest. I would disable jest shortcut.
How should disable jest in my workspace?

 

0
1 comment

Please check the package.json file nearest to you spec files - do you have jest listed as a dependency there? Removing it from direct dependencies should help.

Note that upcoming 2022.3 release will include the native Vitest support, so you won't need using third-party plugins to run your tests

0

Please sign in to leave a comment.