You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-24 10:25:57 -04:00
fix: update macOS installation process to extract Hugo binary without sudo (#184)
This commit is contained in:
@@ -8,6 +8,9 @@ export default defineConfig({
|
||||
// Test file patterns
|
||||
include: ["tests/**/*.test.ts"],
|
||||
|
||||
// Don't show noisy Hugo output unless the test fails
|
||||
silent: "passed-only",
|
||||
|
||||
// Coverage configuration
|
||||
coverage: {
|
||||
provider: "v8",
|
||||
|
||||
Reference in New Issue
Block a user