Skip to content

Commit

Permalink
(chore) Add GitHub Actions Jest reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Sep 9, 2022
1 parent 89e4324 commit 937b082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = {
// projects: undefined,

// Use this configuration option to add custom reporters to Jest
// reporters: undefined,
reporters: ['default', 'github-actions'],

// Automatically reset mock state before every test
// resetMocks: false,
Expand Down

1 comment on commit 937b082

@vercel
Copy link

@vercel vercel bot commented on 937b082 Sep 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.