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?
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
Please check the
package.json
file nearest to you spec files - do you havejest
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