Nicolas Lebacq

Results 27 comments of Nicolas Lebacq

This is still an issue. We are closing in on a year for this issue that is still opened and still requires triaged. Is Jest still being maintained?

Thanks for your answer, I will look into your solution. > There are no payed employees at Jest. All the job is done by volunteers here. I don’t think it...

Hey! As a follow up, we merged the associated branch so any test should be done from main.

Thanks a lot for your quick answer! (I'm always amazed how fast you answer to issue, it's just mind blowing. :heart: ) Following your advice, I read the documentation regarding...

I tried inverting the `plugins` section order to put `@stryker-mutator/typescript-checker` before `@stryker-mutator/mocharunner` in case the order was important but it did not change anything. I also attempted to edit the...

I also want to point out that it used to work just fine with `commandRunner` before, it only recently started to act up and I am unsure why. :thinking:

So I figured out why all CPUs were being used with no mercy. My command was: `NODE_ENV=test TS_NODE_PROJECT=./tsconfig.stryker.json mocha --config .mocharc.stryker.json --parallel` The `--parallel` for `Mocha` created this problem because...