mfncooper / mockery

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

Current project status #72

Closed DanielRuf closed 4 years ago

DanielRuf commented 5 years ago

Hi, what is the current status of this project? Is it still actively maintained?

ummahusla commented 5 years ago

Commits on Jun 26, 2017

As per latest commit which was 1,5 year I have a feeling that it's dead.

ErnestoIslas commented 4 years ago

Looks like it is not compatible with new Nodejs version. I am trying to mock @cloudant/cloudant in Nodejs 12.x and it is not working. Maybe, module loader has changed its implementation: require('module')._load is not more. 😞