vitest-codemod

Codemod scripts to migrate your JavaScript unit tests to vitest

MIT License

Downloads
819
Stars
19
Committers
3

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.