fix: should only check valid fragments in markdown (.md) files

This commit is contained in:
2024-01-31 00:10:41 +01:00
parent 5c39afbe20
commit e20ee54b05
5 changed files with 25 additions and 0 deletions

View File

@ -123,6 +123,11 @@ test("ensure the rule validates correctly", async (t) => {
fixturePath:
"test/fixtures/valid/existing-heading-fragment/existing-heading-fragment.md",
},
{
name: "should only parse markdown files for fragments checking",
fixturePath:
"test/fixtures/valid/only-parse-markdown-files-for-fragments/only-parse-markdown-files-for-fragments.md",
},
{
name: "with an existing file",
fixturePath: "test/fixtures/valid/existing-file.md",