@nrwl/vite:vitest
Generate a vitest setup for a project.
Usage
nx generate vitest ...
By default, Nx will search for vitest
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/vite:vitest ...
Show what will be generated without writing to disk:
nx g vitest ... --dry-run