ember-test-onerror-codemod
v1.0.3
Published
[![Build Status](https://travis-ci.com/ember-codemods/ember-test-onerror-codemod.svg?branch=master)](https://travis-ci.com/ember-codemods/ember-test-onerror-codemod) [![npm version](https://badge.fury.io/js/ember-test-onerror-codemod.svg)](https://badge.f
Downloads
7
Readme
ember-test-onerror-codemod
A collection of codemod's for ember-test-onerror-codemod.
Usage
To run a specific codemod from this project, you would run the following:
npx ember-test-onerror-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
# or
yarn global add ember-test-onerror-codemod
ember-test-onerror-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