A babel plugin adding the ability to rewire modul dependency. This enables to mock modules for testing purposes.
@speedskater on thing I am noticing is that Rewire isn't available on a * import:
import * as mymodule from './mymodule;
mymodule.Rewire is undefined. if I have a export default fallback it seems to work. Is that your suggested use?