trivikr / vitest-codemod

Codemod scripts to migrate your JavaScript unit tests to vitest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Codemod scripts to migrate your JavaScript unit tests to vitest

License:MIT License


Languages

Language:JavaScript 74.9%Language:TypeScript 25.1%