diff --git a/package.json b/package.json index ed3309b..a619a4f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev --turbopack", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "test": "echo \"No tests configured yet\" && exit 0" }, "dependencies": { "react": "19.0.0-rc-66855b96-20241106",