From ed2d3798ead75ecb963fca11cc86cc1594256a99 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 1 Jun 2025 14:28:02 -0500 Subject: [PATCH] Silence console output from passed tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47f22ff..24b3039 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "npm i && vite", "build": "npm i && vite build && cp dist/index.html dist/404.html", - "test": "npm i && tsc -p tsconfig.app.json --noEmit && eslint && vitest run && vite build", + "test": "npm i && tsc -p tsconfig.app.json --noEmit && eslint && vitest run --silent passed-only && vite build", "deploy": "npm run build && npx -y surge@latest dist" }, "dependencies": {