Update test repo snapshots.

This commit is contained in:
David Anson 2024-01-29 20:55:15 -08:00
parent 31d0247981
commit 52a4d37e63
3 changed files with 3 additions and 366 deletions

View file

@ -47,7 +47,7 @@ test("https://github.com/mkdocs/mkdocs", (t) => {
"docs/**/*.svg"
)
];
const configPath = join(rootDir, ".markdownlintrc");
const configPath = join(rootDir, ".markdownlint.yaml");
return lintTestRepo(t, globPatterns, configPath);
});