1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -04:00

test: improved OS-specific coverage (#181)

Co-authored-by: jake <jake@jarv.is>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
2026-01-07 22:56:42 -05:00
committed by GitHub
parent 0f9bca8bf5
commit f971beebfc
7 changed files with 989 additions and 39 deletions
+1
View File
@@ -52,6 +52,7 @@
"test:watch": "vitest",
"test:unit": "vitest run tests/unit",
"test:integration": "vitest run tests/integration",
"test:e2e": "vitest run tests/e2e",
"test:coverage": "vitest run --coverage",
"postinstall": "node postinstall.js",
"prepublishOnly": "npm run generate-types && npm run build"