trivikr / vitest-codemod

Codemod scripts to migrate your JavaScript unit tests to vitest
MIT License
23 stars 2 forks source link

vitest-codemod

This repository contains a collection of codemod scripts for use with JSCodeshift that help migrate to vitest.

The vitest-codemod CLI is a lightweight wrapper over jscodeshift. It processes --help, --version and --transform options before passing them downstream.

Check details in packages/vitest-codemod/README.md.