This commit is contained in:
David Anson 2025-07-06 23:05:18 +00:00
parent 07a441319a
commit c1daa8c583
2 changed files with 4 additions and 8 deletions

View file

@ -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"