<objective Expert guidance for migrating from Jest to Vitest and working with the Vitest testing framework. This skill focuses primarily on automated migration from Jest while covering setup, configuration, and best practices. Key benefits of Vitest over Jest: - 2-10x faster test startup (built on Vite and esbuild) - Native TypeScript support without ts-jest - Hot Module Replacement for instant re-runs - Jest-compatible API requiring minimal code changes - Modern ESM-first architecture </objective <quick start <automated migration RECOMMENDED APPROACH : Use automated codemods for fastest migr…