Reimplement markdownlint-test-scenarios.js to be simpler, more efficient, and use AVA test snapshots for all file-based test scenarios.

This commit is contained in:
David Anson 2022-05-10 06:11:46 +00:00 committed by GitHub
parent 7bb80d19b1
commit 820f2699ca
52 changed files with 38769 additions and 4531 deletions

View file

@ -42,6 +42,7 @@
"test-cover": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 npm test",
"test-declaration": "cd example/typescript && tsc && node type-check.js",
"test-extra": "ava --timeout=5m test/markdownlint-test-extra-parse.js test/markdownlint-test-extra-type.js",
"update-snapshots": "ava --update-snapshots test/markdownlint-test-scenarios.js",
"upgrade": "npx --yes npm-check-updates --upgrade"
},
"engines": {