You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the mongoose-delete plugin (dsanel/mongoose-delete#36) the tests started failing when kareem package was updated to version 2.0.5. After some debugging it turns out that this only occurs when passing a callback function to the the overloaded function. I've created a test case that fails on the last assertion:
The error is due to this commit: mongoosejs/kareem@5afc5b9 I'm not sure though if where this bug belongs. Since the failure above doesn't use hooks, I've decided to first post the issue here.
In the
mongoose-delete
plugin (dsanel/mongoose-delete#36) the tests started failing whenkareem
package was updated to version 2.0.5. After some debugging it turns out that this only occurs when passing a callback function to the the overloaded function. I've created a test case that fails on the last assertion:The error is due to this commit: mongoosejs/kareem@5afc5b9 I'm not sure though if where this bug belongs. Since the failure above doesn't use hooks, I've decided to first post the issue here.
A full standalone test-file is available in my fork: https://github.com/gforge/mongoose/blob/master/test/schema.plugins.test.js
The text was updated successfully, but these errors were encountered: