Skip to content

Instantly share code, notes, and snippets.

@panacholn
Created June 6, 2018 04:33
Show Gist options
  • Save panacholn/afd85729c2b220c9c77d17827146be34 to your computer and use it in GitHub Desktop.
Save panacholn/afd85729c2b220c9c77d17827146be34 to your computer and use it in GitHub Desktop.
// import generator
const generator = require('./generator')
module.exports = () => ({
customers: generator.customers(50), // create 50 customers
companies: generator.companies(50), // create 50 companies
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment