create-react-app-typescript
create-react-app-typescript copied to clipboard
updated ts-jest version
With allowSyntheticDefaultImports enabled in ts config, jest bombs if you use dynamic imports (react-loadable)
I've tested upgrading the ts-jest version locally and it now compiles correctly in jest tests.
it was fixed in v 23.1.2 but the version I tested was 23.1.4 so I've updated it to that.
Fixes #359
Do you have any estimation when it would be merged/released?
Hey @fozzleberry!
This repo uses yarn w/o lock file.
Please remove your package-lock.json file.