From ca1394c57961bdf7bc3906d1644b38275680f5c7 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Mon, 11 May 2026 21:41:25 -0700 Subject: [PATCH] chore(explorer): run vitest in npm test Co-authored-by: Cursor --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 62e052a..6f693df 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "start:next": "next start", "lint": "eslint src libs next.config.js --ext .js,.jsx,.ts,.tsx", "type-check": "tsc --noEmit -p tsconfig.check.json", - "test": "npm run lint && npm run type-check", + "test": "npm run lint && npm run type-check && npm run test:unit", "test:unit": "vitest run" }, "dependencies": {