From caaf9350971c7a9dd3367beff19070d8c5f42e4d Mon Sep 17 00:00:00 2001 From: Andressa Cruz Date: Sat, 2 Dec 2023 13:01:10 -0300 Subject: [PATCH] Fix test on heroku --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",