All Projects → simplabs → qunit-dom-codemod

simplabs / qunit-dom-codemod

Licence: MIT License
Basic codemod to automatically convert your assertions to qunit-dom assertions

Programming Languages

javascript
184084 projects - #8 most used programming language

qunit-dom-codemod

Basic codemod to automatically convert your assertions to qunit-dom assertions

Installation

qunit-dom-codemod itself doesn't need to be installed, but you need to install jscodeshift to run the codemod script:

npm install -g jscodeshift

Usage

jscodeshift -t https://raw.githubusercontent.com/simplabs/qunit-dom-codemod/master/qunit-dom-codemod.js ./tests

License

qunit-dom-codemod is developed by and © simplabs GmbH and contributors. It is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].