Issue
Jest v23 was released on 2018-05-29 (blog post)
There's no equivalent v23 for ts-jest (releases) as of 2018-06-19
Expected behavior
There should be v23 of ts-jest corresponding to v23 of jest as per versioning in README.md
I'm very eager to update to Jest v23 in my projects.
What are the pending tasks to release v23 of ts-jest? I might be able to help
@trivikr sorry about this. I'm completely swamped with work right now.
If the latest master can be tested against Jest 23 and a PR sent for that, I'll be more than happy to merge it in and publish a new release
Thanks @kulshekhar for the response.
What's the procedure to test latest master against Jest 23?
yarn test to check whether the upgrade breaks anythingThe commits for ts-jest v21 -> v22 can be viewed here https://github.com/kulshekhar/ts-jest/commits/master?after=4ddf5b5dab99b5a68fba8f12ddd91baaa668d3db+225
I'll try to find time this weekend to work on this.
I'm reopening this - we need to write a changelog with the breaking changes.
given that 23 has been released, can this be in a different issue?
I've opened #601
Most helpful comment
The commits for ts-jest v21 -> v22 can be viewed here https://github.com/kulshekhar/ts-jest/commits/master?after=4ddf5b5dab99b5a68fba8f12ddd91baaa668d3db+225
I'll try to find time this weekend to work on this.