Skip to content

Commit 0d23def

Browse files
committed
Add GitHub Actions Reporter to Jest configuration
1 parent 1a6e195 commit 0d23def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"collectCoverageFrom": ["**/src/**.{js,jsx}", "!**/src/entry.js", "!**/src/entry.nostyle.js"],
3+
"reporters": ["default", "github-actions"],
34
"setupFilesAfterEnv": ["@testing-library/jest-dom"],
45
"testEnvironment": "jsdom"
56
}

0 commit comments

Comments
 (0)