Skip to content

Commit 8d44ea9

Browse files
Update test to fix failing build
1 parent 17478b3 commit 8d44ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ test("linkspector should check top-level relative links in Markdown file", async
110110
}
111111

112112
expect(hasErrorLinks).toBe(false);
113-
expect(results.length).toBe(5);
113+
expect(results.length).toBe(6);
114114
});
115115

116116
test("linkspector should add back the removed duplicates when returning the results", async () => {
@@ -183,4 +183,4 @@ test(" linkspector should check hyperlinks in AsciiDoc files", async () => {
183183
expect(results[1].status).toBe("alive");
184184
expect(results[2].status).toBe("error");
185185
expect(results[3].status).toBe("alive");
186-
});
186+
});

0 commit comments

Comments
 (0)