Nico Jansen
Nico Jansen
Note: the e2e test still needs updating. Can you take care of that? Or do you want me to help?
Hi @Tamir-M 🙋♂️. It's awesome to see you're running our tests. I know that our implementation to detect if a process exited with an out-of-memory (OOM) or not is flaky....
Hmm, this is a great feature 👏. As an alternative, we could also register an [unexpected exit handler](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/src/unexpected-exit-handler.ts). So when you exit (for example, by pressing CTRL+C) we could write...
This sounds like a great addition and is right in the spirit of what the method expression mutator is supposed to do. However, I don't see why we should stop...
I'm personally less in favor of `getxxx` mutations. Could you provide an example where it would be useful and is not covered by a `setXxx` mutation?
Thanks for the examples. I these particular examples are already tackled by the [equality operator group of mutants](https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators/#equality-operator), correct? The problem with adding mutants for all methods is that they...
Thanks, it seems like a great addition.
Hi @Rubenvdbrink thanks for opening this issue. We have reached a dilemma here. We're using Babel under the hood. Babel supports TypeScript using the `@babel/preset-typescript`. It enables TypeScript features like...
@jaspervdveen do you want to review this?
Ok, I've changed the publish date to this Friday. @jaspervdveen feel free to publish it Friday.