mfncooper / mockery

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

Made a fork, would like to merge if possible and/or become a contributor #39

Open cspotcode opened 8 years ago

cspotcode commented 8 years ago

I forked mockery to cspotcode/mockery-next. (I know, very creative naming!) I liked mockery's API and needed it for some tests at work, but also wanted support for resolving relative paths. I've added that feature and fixed a few other things. It's on npm.

I'd like to merge back into mockery if possible; no sense having extra forks floating around. However, I've made some breaking changes. Any chance for a 2.0 release and/or can I become a contributor to mockery?

Breaking changes

naveedn commented 8 years ago

can we get some movement on this? useCleanCache causes the module to not self-register. This can be fixed with TooTallNate's https://github.com/TooTallNate/node-bindings library.

novoxd commented 7 years ago

@cspotcode Thank you so much for youre fork, I had a problem TypeError: self.dialect.Query is not a constructor with sequelize.js when I used mockery.js for any fing. Your fork fixed thaht, I am really happy about this (I spent 6 hours for debugging and founding solution).