bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Use object-merge instead of Object.assign #59

Closed bentonam closed 8 years ago

bentonam commented 8 years ago

Closes #58, Object.assign does not do a deep copy which could cause unexpected behavior when using defintions, where the definition and the property both contain data blocks.