Skip to content

Commit 2170a9f

Browse files
authored
ci: configure GitHub jest reporter (#791)
## This PR - enables the Jest GitHub reporter ### Notes https://jestjs.io/docs/configuration#github-actions-reporter Signed-off-by: Michael Beemer <[email protected]>
1 parent 1666597 commit 2170a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default {
174174
],
175175

176176
// Use this configuration option to add custom reporters to Jest
177-
// reporters: undefined,
177+
reporters: [['github-actions', { silent: false }], 'summary'],
178178

179179
// Automatically reset mock state before every test
180180
// resetMocks: false,

0 commit comments

Comments
 (0)