Jan Küster

Results 357 comments of Jan Küster

Depending on the target release 2.x or 3.x this may target different node versions. From my end this should already be reflected in 2.x releases but I don't know if...

@denihs I can also try to fix it and make a PR, so you guys can focus on 3.0 :-)

I investogated the problem a bit. So the biggest issue is right now, that we simply can't have a dedicated react compiler as JSX can be written within .js or...

possible to be fixed via #1602

Which puppeteer version do you have installed?

Can you please run one test for me without puppeteer but actually in the browser (the default without any browser driver) and paste the console output here, please? The problem...

Thanks for getting closer to the root cause. I will check on the RC file but I assume there is some config issue since we updated mocha from V8 to...

Can you narrow it down, to which property of the rc file this actually roots? By looking at the [Mocha changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) the closest candidates are `require` options (they went esm...

It seems that programmatic spawn of mocha has a limited set of options: https://mochajs.org/api/mocha Can you confirm that stripping all options from your code, that are not in this list...

@ToyboxZach can you give me some resources on how you integrate it with vscode? I use IntelliJ so I have not so much knowledge on it. Maybe it's easy to...