thlorenz / proxyquireify

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

RequireJS Support #43

Closed JoshClose closed 9 years ago

JoshClose commented 9 years ago

Do you have any plans to have this work with RequireJS at all? I use proxyquire for the server, but we use RequireJS and I'd really like to use this with it.

bendrucker commented 9 years ago

Definitely no plans, sorry.