Nerajno / gulp-jest

Gulp plugin for the Jest test lib
MIT License
53 stars 43 forks source link

Update to Jest 20 #35

Closed ai closed 7 years ago

ai commented 7 years ago

@alansouzati Jest 20 was released and we need to update this module to support new version.

ai commented 7 years ago

Any updates?

alansouzati commented 7 years ago

let me look into this. Sorry but I'm really busy at work and I'm not sure when I will have time to stop and take a look on it.

Fulkman commented 7 years ago

I have send PR https://github.com/alansouzati/gulp-jest/pull/36 with small change. Hope that is all what needs to be done.

alansouzati commented 7 years ago

Let me review this today. I will release a new version after that. Thanks for your contribution

Sent from my iPhone

On May 31, 2017, at 9:28 AM, Tomasz Pietrzak notifications@github.com wrote:

I have send PR #36 with small change. Hope that is all what needs to be done.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

alansouzati commented 7 years ago

gulp-jest 2.0.0 released with support for Jest 20. Thank you guys.

alansouzati commented 7 years ago

FYI. basic support is there but it still "fails" when you want a specific config. Like sending updateSnapshot: true. I will fix this.

alansouzati commented 7 years ago

Good news, just remove config: {} object. now it is flat structure. I've updated the README accordingly.

https://github.com/alansouzati/gulp-jest#usage