Skip to content

jcadavez/article-json-comparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

article-json-comparator

Compares Articles JSON Files

How to Use this tool

  1. Download local branch
  2. 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
  3. Run the test by running this project by command npm run test
  4. Each * is a layer when comparing the JSON object
  5. 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

Resources

About

Compares JSON Articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published