BabylonJS Typescript imports fail for MochaJS specs

I have exact same problem with TypeScript and Jest :thinking:

Note that Iā€™m using Node.js v14.17.6 (and npm v6.14.15)

is there a project you can share so i can see it fails and be able to track the reason?

Also this should help Jest is crashing - #4 by sebavan the import should be converted on the js side

i made it work with mochapack, which is really great to work with btw. It will rerun tests only relevant to the changed source files. It actually makes me sad/angry that webpack breaks things so often, its kind of hard to rely on anything built on webpack.

2 Likes