jest-to-vitest

0.1.3 • Public • Published

jest-to-vitest

A collection of codemods for jest-to-vitest.

Usage

To run a specific codemod from this project, you would run the following:

npx jest-to-vitest <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add jest-to-vitest
jest-to-vitest <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Local Usage

node ./bin/cli.js <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

Update Documentation

  • yarn update-docs

/jest-to-vitest/

    Package Sidebar

    Install

    npm i jest-to-vitest

    Weekly Downloads

    4

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    7.74 kB

    Total Files

    5

    Last publish

    Collaborators

    • scalvert