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

Restructure the way the JS is being run #98

Closed tjbenton closed 7 years ago

tjbenton commented 7 years ago

This will allow for unit testing on every file in this app.

It will also update the way the data is being generated to make it a little bit easier to track down bugs and add new features by not using so many globals and separating out variables that are specific to the different functionalities of this app.