Skip to content

Commit

Permalink
test: Add github-actions reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Jun 1, 2022
1 parent 3ef0470 commit 4c66ced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ const customJestConfig = {
// Handle module aliases
"^\\^/(.*)$": "<rootDir>/src/$1",
},

reporters: [
"default",
// github-actions reporter to show errors inline
"github-actions",
],
};

// createJestConfig is exported this way to ensure that next/jest can load the Next.js config which is async
Expand Down

1 comment on commit 4c66ced

@vercel
Copy link

@vercel vercel bot commented on 4c66ced Jun 1, 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.