Compares Articles JSON Files
- Download local branch
- Add your JSON object from each article after the
module.exports =
- article-prod.js is for Production articles
- article-dev.js is for Dev articles
- Run the test by running this project by command
npm run test
- Each * is a layer when comparing the JSON object
- These are the statuses
- PASS - Both JSON share the same values
- FAIL - The Dev JSON has a different value than Prod's
- MISS - The Prod JSON doesn't have the value from Dev JSON