create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

Update ts-jest 22.0.1 -> 23.10.3

Open kdela opened this issue 6 years ago • 2 comments

Update ts-jest version from 22.0.1 to 23.10.3

#399

kdela avatar Oct 01 '18 13:10 kdela

We've used the custom typescript transform file as a wrapper for ts-jest in the past because there were some issue with properly resolving the transformer in both non-ejected and ejected mode. However, CI indicates that it works fine with just using ts-jest, which should achieve the same we've used the wrapper for previously.

Just one issue left: ts-jest now complains that the jest version in use is not tested. It is still pinned to 20.0.4, and I'm not sure why - anyway, I think it'd be better to get rid of this warning. Would you mind updating jest as well (23.6 should be the most recent) and remove the pin?

DorianGrey avatar Oct 11 '18 06:10 DorianGrey

@DorianGrey Also we have to remove config/jest/typescriptTransform.js as well if it's not in use anymore.

Arelav avatar Oct 11 '18 15:10 Arelav