This codemod is intended to automatically convert projects that use sinon explicitly to use ember-sinon-sandbox.
Install jscodeshift to run the
codemod script:
npm install -g jscodeshift
jscodeshift -t https://rawgit.com/scalvert/ember-sinon-sandbox-codemod/master/ember-sinon-sandbox-codemod.js ./tests/
ember-sinon-sandbox-codemod is heavily inspired by the work done in ember-qunit-codemod largely by Robert Jackson. Thank you!