hwillson / meteor-stub-collections

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

Preserve simple schema #9

Closed drewmoore closed 7 years ago

drewmoore commented 7 years ago

Addresses https://github.com/hwillson/meteor-stub-collections/issues/8

These changes omit the stubbing of a collection's schema if using aldeed:collection2 package. There is a new test to verify.

image

image

hwillson commented 7 years ago

This looks great @drewmoore - thanks very much!

drewmoore commented 7 years ago

@hwillson: Thanks for the package!