Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When this is used with jest 18.0.0 the exit code is 0 instead of 1 with failed tests. #6

Closed
sontek opened this issue Dec 29, 2016 · 2 comments

Comments

@sontek
Copy link

sontek commented Dec 29, 2016

I originally reported here before I realized it was this plugin that made it not work:

jestjs/jest#2470

Any ideas why?

@dagstuan
Copy link

dagstuan commented Jan 2, 2017

@sontek: Jest 18 had a breaking change where "the testResultsProcessor function is now required to return the modified results". This made the plugin fail. The author seems to have fixed it on github, but still haven't released an updated npm package. In the meantime I updated my package.json to fetch from github instead, such as this: "jest-teamcity-reporter": "git://github.com/winterbe/jest-teamcity-reporter.git"

@winterbe
Copy link
Owner

winterbe commented Jan 2, 2017

Happy new year. I've published version 0.3.0. This should fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants