diff --git a/package.json b/package.json index 078c3e83ce..5cee370eba 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,15 @@ "author": "Matt Luongo ", "license": "GPL-3.0", "jest": { + "reporters": [ + [ + "github-actions", + { + "silent": false + } + ], + "default" + ], "setupFiles": [ "fake-indexeddb/auto", "jest-webextension-mock",