Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scalvert/remove-runloops-codemod

A codemod that removes Ember runloop `run` calls from tests.
https://github.com/scalvert/remove-runloops-codemod

Last synced: about 2 months ago
JSON representation

A codemod that removes Ember runloop `run` calls from tests.

Awesome Lists containing this project

README

        

# remove-runloops-codemod

A collection of codemod's for remove-runloops-codemod.

## Usage

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

```
npx remove-runloops-codemod path/of/files/ or/some**/*glob.js

# or

yarn global add remove-runloops-codemod
remove-runloops-codemod path/of/files/ or/some**/*glob.js
```

## Transforms

* [remove-run-in-tests](transforms/remove-run-in-tests/README.md)

## Contributing

### Installation

* clone the repo
* change into the repo directory
* `yarn`

### Running tests

* `yarn test`

### Update Documentation

* `yarn update-docs`