i-like-robots / rewireify

Rewireify is a port of Rewire for Browserify that adds setter and getter methods to each module so that their behaviour can be modified for better unit testing.
https://www.npmjs.com/package/rewireify
Other
59 stars 10 forks source link

Use minimatch to provide filename pattern matching #9

Closed i-like-robots closed 9 years ago

i-like-robots commented 9 years ago

Adds glob matching support to the ignore option.

Might help with #3