Nico Jansen
Nico Jansen
I guess we can take a new look. Is there a public API documented somewhere?
Hi @Adam-Schlichtmann thanks for pointing me to the discussion. I've reacted there, let's see what they respond.
Hi @SDolnutu 👋 How long does it normally take for you to run jest? Is it more than 5 minutes? If so, please change the dry run timeout: https://stryker-mutator.io/docs/stryker-js/configuration/#dryruntimeoutminutes-number
@CaiqueCoelho How long does normal unit testing take for you without parallelization?
@kmdrGroch this is still valid. Together with #3212 it can help new users to find our resources.
Closed with #3817. Thanks @Giovds ♥
Hi @VVKot 🙋♀️ I haven't used pnpm myself, but on the website I read this: > Files inside node_modules are linked from a single content-addressable storage I think this is...
I had a couple of minutes to spare and tested it out. It seems to work fine when specifying `plugins`. See this example project with jasmine: [pnpm-example.zip](https://github.com/stryker-mutator/stryker-js/files/7409949/pnpm-example.zip) I don't see...
We're happy to accept PR's to improve the docs, maybe add a mention in our troubleshooting guide as well. Furthermore, we could add `pnpm` to the list of package managers...
Thanks for reporting this issue. Should be a pretty easy fix. As a workaround, you can use [` // Stryker disable` syntax](https://stryker-mutator.io/docs/stryker-js/disable-mutants#using-a--stryker-disable-comment) to disable mutating this specific bit.