Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Jan 7, 2025
1 parent da24423 commit 52aa2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/markdownlint-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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"),
Expand Down

0 comments on commit 52aa2c8

Please sign in to comment.