jest-runner-eslint
jest-runner-eslint copied to clipboard
freeze when I use testResultsProcessor option
Hi guys. Thanks for runner!
What's wrong with my config? Jest just freeze in watch mode after single run.
I have junit reporter installed in my package.json
"testResultsProcessor": "./node_modules/jest-junit-reporter",
Hi 👋thanks for reporting!
Does it work when you remove the reporter?
Yep. May be it needs some improvements to use this reporter or may be reporter should be modified?