speedskater / babel-plugin-rewire

A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
843 stars 90 forks source link

Transitive dependencies #207

Open CMCDragonkai opened 6 years ago

CMCDragonkai commented 6 years ago

Is there a way to make this rewire all transitive dependencies. Like rewiring the usage of fs in all child dependencies as well?