Split markdownlint-test-extra-* tests into separate files for (slightly) better concurrency.

This commit is contained in:
David Anson 2021-12-17 02:20:55 +00:00 committed by GitHub
parent 442dcfe5b8
commit 0d9dfe7120
4 changed files with 1 additions and 77 deletions

View file

@ -39,7 +39,7 @@
"test": "ava test/markdownlint-test.js test/markdownlint-test-config.js test/markdownlint-test-custom-rules.js test/markdownlint-test-helpers.js test/markdownlint-test-result-object.js test/markdownlint-test-scenarios.js",
"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.js"
"test-extra": "ava --timeout=5m test/markdownlint-test-extra-parse.js test/markdownlint-test-extra-type.js"
},
"engines": {
"node": ">=12"