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

Use test-peer-range to test major browserify versions #31

Closed bendrucker closed 9 years ago

bendrucker commented 9 years ago

There's a bug with >=x ranges. Will update.

thlorenz commented 9 years ago

Will update.

peer-range has that bug I suppose?

Other than that LGTM.

bendrucker commented 9 years ago

Correct. The npm API is super unreliable and halfway documented.

bendrucker commented 9 years ago

Fixed. This actually reveals a proxyquireify test failing against browserify@10. Will look into that.