JohanObrink / mongoose-mock

MIT License
34 stars 23 forks source link

Does not support Model.static and Model.method #2

Open mmerkes opened 10 years ago

mmerkes commented 10 years ago

This currently doesn't support Model.static and Model.method, which the current version of Mongoose uses. Right now, I edited my own version, but I can submit a pull request with the fix when I have a chance.

JohanObrink commented 10 years ago

That would be nice. Thank you!

neverfox commented 9 years ago

Do you mean Schema.static and Schema.method?

nkcmr commented 9 years ago

Any progress on this issue?