1.1.0 • Published 5 years ago

test-interface-codemod v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

test-interface-codemod

A collection of codemods for test interface transformation.

Usage

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

npx test-interface-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add test-interface-codemod
test-interface-codemod <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