Run your test case by vitest.
This is a fork of the original extension, which didn't work for me. And looking at how many other forks out there trying to make it work, I figured that I can make my own effort.
So, the fixes include:
- the main fix is to make the extension to execute the tests according to the Vitest's official documentation
- to make it work for monorepos - detecting the project root by locating
package.json
file.