create-react-app-typescript
create-react-app-typescript copied to clipboard
Update ts-jest 22.0.1 -> 23.10.3
Update ts-jest version from 22.0.1 to 23.10.3
#399
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 Also we have to remove config/jest/typescriptTransform.js
as well if it's not in use anymore.