Skip to content

Commit

Permalink
Add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Oct 14, 2024
1 parent 2585443 commit 7b5eb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"pretest": "npm run lint",
"test": "node --test",
"test": "node --test --experimental-test-coverage",
"eval": "node eval",
"reset": "node reset"
},
Expand Down
3 changes: 1 addition & 2 deletions test-data/regular-article-json-ld.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"https://somewhere.com/path/to/image3.jpg"
],
"keywords": "keyword1, keyword2, keyword3",
"keywords_with_line_breaks": "keyword1, keyword2,
keyword3",
"keywords_with_line_breaks": "keyword1, keyword2, keyword3",
"datePublished": "23\/01\/2014",
"dateCreated": "23\/01\/2014",
"description": "Navigation here Few can name a rational peach that isn't a conscientious goldfish! One cannot separate snakes from plucky pomegranates? Draped neatly on a hanger, the melons could be said to resemble knowledgeable pigs."
Expand Down

0 comments on commit 7b5eb42

Please sign in to comment.