845d3cf759
refs https://github.com/TryGhost/DevOps/issues/119 - members_newsletters needs members_subscribe_events, but it was also then generating `subscriptions` records and the whole thing was really slow - for now, subscriptions is not a used table so we can remove use of it - also adds support for generating more than one subscription record with an 80% chance of being subscribed |
||
---|---|---|
.. | ||
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