mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
c72dcd629f
no issue Previously the number of opened emails was being generated incorrectly as the number of delivered emails was being reported too high. Also, the faker date function occasionally fails for dates which are too close together so this switches to manually generating a date between the two. |
||
---|---|---|
.. | ||
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