Add jest tests and CI workflow

This commit is contained in:
thePR0M3TH3AN
2025-07-10 11:04:12 -04:00
parent ffef027687
commit d632f4fc6e
8 changed files with 3251 additions and 20 deletions

View File

@@ -165,4 +165,4 @@ async function generate({ contentDir = 'content', outputDir = '_site', configPat
}
}
module.exports = { generate };
module.exports = { generate, buildNav };