thlorenz / proxyquireify

browserify >= v2 version of proxyquire. Mocks out browserify's require to allow stubbing out dependencies while testing.
MIT License
152 stars 24 forks source link

Match requires that don't use var #27

Closed bendrucker closed 9 years ago

bendrucker commented 9 years ago

Closes #25

bendrucker commented 9 years ago

@thlorenz Added tests and this should be ready to go. This + #26 = CoffeeScript support.

thlorenz commented 9 years ago

LGTM, let's complete #26 and then merge both and publish as new major.