@werk/command-vitest v1.3.13
Werk Vitest Command
Run Vitest using its built-in workspaces support.
If there is no vitest
workspace configuration (eg. vitest.workspace.ts
) in the workspaces root directory, a temporary one will be created by finding all workspaces with a vite
or vitest
configuration.
If Vitest workspaces are configured, then this command acts as a simple passthrough for vitest
.
Install
npm i -D @werk/command-vitest
Run Tests
# werk vitest [args...]
werk vitest run
By default, this will also run the build
script from the root package.json
file (if present), before running vitest. To skip building, use the --no-build
option.
werk vitest run --no-build
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago