Basic codemod to automatically convert your assertions to qunit-dom assertions
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
jscodeshift -t https://raw.githubusercontent.com/Mainmatter/qunit-dom-codemod/master/qunit-dom-codemod.js ./tests
qunit-dom-codemod is developed by and © Mainmatter GmbH and contributors. It is released under the MIT License.