@nx/vitest - Migrations
The @nx/vitest plugin provides various migrations to help you migrate to newer versions of vitest projects within your Nx workspace. Below is a complete reference for all available migrations.
20.3.x
update-20-3-0
Version: 20.3.0-beta.2
Add gitignore entry for temporary vitest config files.
Add Vitest Temp Files to Git Ignore
Add gitignore entry for temporary vitest config files.
Sample Code Changes
Adds the following entries to the .gitignore file.
vite.config.*.timestamp*vitest.config.*.timestamp*