hwillson / meteor-stub-collections

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

Slight GOTCHA #16

Closed dburles closed 7 years ago

dburles commented 7 years ago

Due to the fact that they're local collections, we cannot test update queries that use the {multi: true} option. Maybe add to the readme?

dburles commented 7 years ago

Whoops nevermind, something else was going on!