winterbe / jest-teamcity-reporter

Teamcity Reporter for Jest Unittest Results
https://www.npmjs.com/package/jest-teamcity-reporter
Other
50 stars 23 forks source link

Support Jest 18 #4

Closed aaronjensen closed 7 years ago

aaronjensen commented 7 years ago

It appears that reporters are now meant to pass the results along.

ToshB commented 7 years ago

Just stumbled upon the same problem myself, it's a good fix.

winterbe commented 7 years ago

Can you provide more information on this?

I just updated my project to Jest 18 and everything seems to work fine.

aaronjensen commented 7 years ago

Run watch without team city flag. You should see an errror.

aaronjensen commented 7 years ago

Thanks for the merge. Could you please ping here after you've had a chance to release a new version so we can upgrade? Thanks!

winterbe commented 7 years ago

@aaronjensen Sorry for the delay. I've published version 0.3.0 including your changes.