speedskater / babel-plugin-rewire

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

Test that shows Sinon incompatibility #175

Closed krisread closed 5 years ago

krisread commented 7 years ago

This test shows that Sinon stubbing is broken by babel-plugin-rewire

speedskater commented 7 years ago

@krissread Thanks for reporting this issue and sorry for the late reply. The issue will be tackled, but due to a thight schedule this won't happen before mid/end of march.

speedskater commented 7 years ago

@krisread and thanks for the PR as it is really a great help when trying to fix bugs.

ghost commented 7 years ago

Any work arounds to get round this issue before its fixed?

stevemao commented 5 years ago

Why closing this issue?