generated from nhcarrigan/template
chore: update navigation
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user