mfncooper / mockery

Simplifying the use of mocks with Node.js
Other
1.1k stars 60 forks source link

Repopulating the cache with native modules that have not been mocked. #46

Closed sylvio closed 8 years ago

sylvio commented 8 years ago

This is required due to changes in node 0.12 and above where native modules are not reloaded. This should fix issue #45.

davglass commented 8 years ago

Published in mockery@1.5.1

vsacheti commented 8 years ago

:wave: