chore: update navigation

This commit is contained in:
2025-12-15 13:11:14 -08:00
parent b4726cf398
commit c2a0aaad58
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const convertTitleCaseToKebabCase = (string_: string): string => {
};
describe("projects documentation", () => {
it("should include all public projects", async() => {
it("should include all public projects", {timeout: 10000}, async() => {
expect.hasAssertions();
const projects = await getProjects();
const docs = await readdir(join(__dirname, "..", "src", "content", "docs", "projects"));