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
Our tests began failing as stubbed collections weren't being cleared on restore(). Digging, we found that at the point of parsing collection symbols to stub it was only capturing the own properties from common packages extending Mongo.Collection, e.g. matb33:meteor-collection-hooks.
This looks like #11 again, which was solved with #13 but later undone by cleanup in 376eff1
Will submit a PR to restore the fix.
The text was updated successfully, but these errors were encountered:
Our tests began failing as stubbed collections weren't being cleared on
restore()
. Digging, we found that at the point of parsing collection symbols to stub it was only capturing the own properties from common packages extending Mongo.Collection, e.g. matb33:meteor-collection-hooks.This looks like #11 again, which was solved with #13 but later undone by cleanup in 376eff1
Will submit a PR to restore the fix.
The text was updated successfully, but these errors were encountered: