From 8e3113d38860f6b1c6075d7e0b956da263489c7a Mon Sep 17 00:00:00 2001 From: David Laganiere <40720561+davidlag0@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:14:26 -0400 Subject: [PATCH] chore: update scripts for tests --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 1184681..875358a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,8 @@ "start": "BROWSER=none react-scripts start", "build": "react-scripts build", "analyze": "source-map-explorer 'build/static/js/*.js'", - "test:unit": "jest --coverage --testPathPattern='unit'" + "test:unit": "jest --coverage --testPathPattern='unit' --silent", + "test": "jest --coverage" }, "homepage": "/app", "proxy": "http://127.0.0.1:4000",