739c690a29
refs https://github.com/TryGhost/DevOps/issues/119 - this switches away from using a static list of names in favor of ones generated by faker, so we don't run into duplicate names - also minor code re-arranging |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Data Generator
Generate fake data for testing Ghost
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests