jhnns / rewire

Easy monkey-patching for node.js unit tests
MIT License
3.08k stars 127 forks source link

Alternative working for const #95

Open nschurmann opened 8 years ago

nschurmann commented 8 years ago

Is there an alternative or newer version that works with const?

sebastienbarre commented 8 years ago

@nschurmann did you happen to find a solution? #79 mentions thlorenz/proxyquire or speedskater/babel-plugin-rewire...

orsonadams commented 6 years ago

this would still be amazing for those not using babel.

luanmuniz commented 6 years ago

It would indeed be great to have this without babel. I'm not using babel and this is indeed a problem!