Nico Jansen
Nico Jansen
You're misusing `ignorePatterns` here, as you can override [`mochaOptions.spec`](https://stryker-mutator.io/docs/stryker-js/mocha-runner/#mochaoptionsspec-string-or-string). That should be the preferred way of selecting test files for the mocha plugin.
Ah in that case I think it is [`mutate`](https://stryker-mutator.io/docs/stryker-js/configuration/#mutate-string) you're looking for.
Wow, you're on a roll 😅 This is an existing bug: #1463. > I tried to exclude the file (with `mutate`), but its permissions are still changed. Stryker doesn't touch...
Hi @magwas 🙋♂️. Thanks for this issue! What mutants would you want in your code example? Would these 2 work for you? ```diff export function clearSelectedHeroTransition( state: AppState): AppState {...
I would love this mutator. Stryker.NET also has it, but they call it the [block statement](https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators/#block-statement) mutator if I'm not mistaken. It has an additional feature, which I would love....
> No we have both. We call them removal mutators. Statement and block @rouke-broersma do you have a way to make sure these mutants are generated when there are no...
I've opened issue #4463. We should tackle it during hacktober. I think that should be implemented before we can merge this PR.
That seems like an interesting approach. We currently 'Roll Our Own' implementation, but I would consider a dependency for it. It doesn't seem to play nice with emojis, I've opened...
Could we add a "deprecated" message to the top of the repo?
Yes, svg is notably missing. I remember back in the day not having time for it. Feel free to create a PR for it.