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

updated ts-jest version

Open fozzleberry opened this issue 7 years ago • 2 comments

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

fozzleberry avatar Sep 15 '18 01:09 fozzleberry

Do you have any estimation when it would be merged/released?

kdela avatar Sep 20 '18 12:09 kdela

Hey @fozzleberry! This repo uses yarn w/o lock file. Please remove your package-lock.json file.

r3nya avatar Sep 28 '18 09:09 r3nya