diff --git a/jest.config.cjs b/jest.config.cjs index ae5eba3f..6711fa80 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -5,5 +5,5 @@ module.exports = { "transform": { "^.+\\.ts$": "ts-jest" }, - "reporters": ["github-actions"] + "reporters": ["default", "github-actions"] };