Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.17 KB

File metadata and controls

31 lines (21 loc) · 1.17 KB

ember-sinon-sandbox-codemod

Greenkeeper badge

Build Status

This codemod is intended to automatically convert projects that use sinon explicitly to use ember-sinon-sandbox.

Installation

Install jscodeshift to run the codemod script:

npm install -g jscodeshift

Usage

jscodeshift -t https://rawgit.com/scalvert/ember-sinon-sandbox-codemod/master/ember-sinon-sandbox-codemod.js ./tests/

Credit

ember-sinon-sandbox-codemod is heavily inspired by the work done in ember-qunit-codemod largely by Robert Jackson. Thank you!