From f7c5a25091dfc3aca73f116dbb3ac0d01d005163 Mon Sep 17 00:00:00 2001 From: Aaron Ross Date: Fri, 9 Aug 2024 16:16:31 -0700 Subject: [PATCH] update reporter per docs --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e05fc7..29cc78a 100644 --- a/package.json +++ b/package.json @@ -116,8 +116,13 @@ "browserslist": "last 2 versions", "jest": { "reporters": [ - "default", - "github-actions" + [ + "github-actions", + { + "silent": false + } + ], + "summary" ], "moduleFileExtensions": [ "js",