0.4.0 • Published 2 years ago
@wurk/command-vitest v0.4.0
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-vitestRun 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.