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

Fix client side integration tests #34

Closed bendrucker closed 9 years ago

bendrucker commented 9 years ago

As discussed in #33

Previously:

Now:

Bonus:

thlorenz commented 9 years ago

Perfect, LGTM. Please merge to master. No publish needed at this point. Thanks.