hwillson / meteor-stub-collections

Stub out Meteor collections with in-memory local collections.
MIT License
24 stars 17 forks source link

Compatibility to lai:collection-extensions #32

Closed SimonSimCity closed 5 years ago

SimonSimCity commented 5 years ago

As lai:collection-extensions aims for being the standard way to extend Mongo.Collection, this extension should be aware of this extension and work as expected when installed.

Currently this package fails when lai:collection-extensions is used.

SimonSimCity commented 5 years ago

Fixed by PR for the incompatible package: https://github.com/rclai/meteor-collection-extensions/pull/15 which the named package is based on.