diff --git a/test/markdownlint-test.mjs b/test/markdownlint-test.mjs index f8b946aee..c300668d1 100644 --- a/test/markdownlint-test.mjs +++ b/test/markdownlint-test.mjs @@ -88,7 +88,7 @@ test("projectFiles", (t) => { return import("globby") .then((module) => module.globby(projectFiles)) .then((files) => { - t.is(files.length, 60); + t.is(files.length, 61); const options = { files, "config": require("../.markdownlint.json") @@ -115,7 +115,7 @@ test("projectFilesExtendedAscii", (t) => { "!doc/md036.md" ])) .then((files) => { - t.is(files.length, 56); + t.is(files.length, 57); const options = { files, "config": require("../.markdownlint.json"),