mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-28 18:06:10 +01:00
wip
This commit is contained in:
parent
07a441319a
commit
c1daa8c583
2 changed files with 4 additions and 8 deletions
|
|
@ -43,7 +43,6 @@ export function lintTestRepo(t, globPatterns, configPath, parallel) {
|
|||
config
|
||||
}).then((results) => {
|
||||
const resultsString = results.toString();
|
||||
console.log(`${t.title}:\n${resultsString}`);
|
||||
t.snapshot(
|
||||
resultsString,
|
||||
"Expected linting violations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue