mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-14 22:16:30 +01:00
Split config tests into a dedicated test file.
This commit is contained in:
parent
4d57de5c06
commit
e3c75289bc
3 changed files with 2 additions and 1761 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"lint": "eslint --max-warnings 0 .",
|
||||
"lint-test-repos": "ava --timeout=5m test/markdownlint-test-repos.js",
|
||||
"serial-declaration-demo": "npm run build-declaration && npm-run-all --continue-on-error --parallel build-demo test-declaration",
|
||||
"test": "ava test/markdownlint-test.js test/markdownlint-test-custom-rules.js test/markdownlint-test-helpers.js test/markdownlint-test-result-object.js test/markdownlint-test-scenarios.js",
|
||||
"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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue