diff --git a/package.json b/package.json index bf6d8f2..59ebbf3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "test": "jest --watch", + "test": "jest", "test:integration": "jest --watch", "test:e2e": "cypress open", "storybook": "storybook dev -p 6006 -s app/components",