Skip to content

Commit

Permalink
🔧 Add jest github-actions reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Jan 21, 2023
1 parent 3a9f8a1 commit b088d12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/website/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ module.exports = createJestConfig({
"moduleNameMapper": {
"src/(.*)$": "<rootDir>/src/$1"
},
"testEnvironment": "jsdom"
"testEnvironment": "jsdom",
"reporters": [
"default",
"github-actions"
]
})

1 comment on commit b088d12

@vercel
Copy link

@vercel vercel bot commented on b088d12 Jan 21, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

gitmoji – ./

gitmoji-carloscuesta.vercel.app
gitmoji.dev
gitmoji-git-master-carloscuesta.vercel.app

Please sign in to comment.