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

Failing test for issue 155 #156

Closed jseminck closed 7 years ago

jseminck commented 7 years ago

Added a failing test describing the use-case in https://github.com/speedskater/babel-plugin-rewire/issues/155

speedskater commented 7 years ago

Thanks for reporting issue #155 and providing a PR. I hope i will be able to tackle it on the upcoming monday.