Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scalvert/remove-runloops-codemod
- Owner: scalvert
- Created: 2019-11-15T00:19:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T00:41:41.000Z (about 5 years ago)
- Last Synced: 2024-10-19T17:57:35.429Z (2 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`