boubou158

Results 5 comments of boubou158

Is there any solution for this? I have more than 3000 imports to change if i want to reverse the barrels import to full file path import, which would take...

> How did you manage it? Do you have any example somewhere? I am very interested as i can't manage to reduce the time execution of my spec files due...

After spending a month trying to make esm working on our project trying to speed up the jest performance, it seems impossible to have 100% working. I am giving up...

> @fadi-george sorry I don't have the script anymore (Maybe I can look it up in the git history), but I've found even faster solution. I'm using `esbuild` to bundle...

For the one looking for a quick solution, adding the option isolatedModules: true to ts-jest and it divided by 6 the execution time. We are now able to run parralel...