@wurk/command-vitest
v0.4.0
Published
Run Vitest.
Downloads
1
Maintainers
Readme
Wurk Vitest Command
Run Vitest using its built-in workspaces support.
Getting Started
Install the command in your root workspace.
npm install --save-dev @wurk/command-vitest
Run the command.
wurk vitest run -- [vitest-options...]
Workspaces Support
Vitest includes support for Workspaces which allows test coverage to be aggregated across multiple packages.
This command is a wrapper around Vitest which creates the workspaces configuration for you, based on Wurk workspace selection, and workspaces which include vitest or vite configuration files.