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": {