This commit is contained in:
David Anson 2025-07-06 06:02:33 +00:00
parent 37a935ad2f
commit 7a436f82a7
3 changed files with 1 additions and 26 deletions

View file

@ -43,6 +43,7 @@ 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"