We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6e195 commit 0d23defCopy full SHA for 0d23def
jest.config.json
@@ -1,5 +1,6 @@
1
{
2
"collectCoverageFrom": ["**/src/**.{js,jsx}", "!**/src/entry.js", "!**/src/entry.nostyle.js"],
3
+ "reporters": ["default", "github-actions"],
4
"setupFilesAfterEnv": ["@testing-library/jest-dom"],
5
"testEnvironment": "jsdom"
6
}
0 commit comments