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/Mainmatter/qunit-dom-codemod/master/qunit-dom-codemod.js ./tests
License
qunit-dom-codemod is developed by and © Mainmatter GmbH and contributors. It is released under the MIT License.