/vscode-vitest-runner

Run your testcase by vitest.

Primary LanguageTypeScriptMIT LicenseMIT

vscode-vitest-runner-yarn

Run your test case by vitest. This runs in an environment using the yarn package manager.

Usage

preview

If you are in a monorepo environment, set the root in vitest.config.js.

// vitest.config.js

{ 
    root: __dirname // in node
}