Skip to content

amedveshchek/vscode-vitest-runner

 
 

Repository files navigation

vscode-vitest-runner-X

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.

preview

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • JavaScript 2.6%