https://github.com/ember-codemods/ember-qunit-5-codemod
Migrates applications using ember-qunit < 5.0.0 to the new structure.
https://github.com/ember-codemods/ember-qunit-5-codemod
Last synced: about 1 year ago
JSON representation
Migrates applications using ember-qunit < 5.0.0 to the new structure.
- Host: GitHub
- URL: https://github.com/ember-codemods/ember-qunit-5-codemod
- Owner: ember-codemods
- License: mit
- Created: 2021-02-17T22:25:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T00:31:32.000Z (over 5 years ago)
- Last Synced: 2025-04-19T06:06:13.056Z (about 1 year ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-qunit-5-codemod
A collection of codemods for ember-qunit-5-codemod.
Migrates applications using ember-qunit < 5.0.0 to the new structure.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx ember-qunit-5-codemod path/of/files/ or/some**/*glob.js
# or
yarn global add ember-qunit-5-codemod
ember-qunit-5-codemod path/of/files/ or/some**/*glob.js
```
## Local Usage
```
node ./bin/cli.js path/of/files/ or/some**/*glob.js
```
## Transforms
* [setup-qunit-dom](transforms/setup-qunit-dom/README.md)
## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`
### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`