feat(regex-mutator): smart regex mutations by nicojs · Pull Request #2709 · stryker-mutator/stryk...
This PR adds support for smart regex mutations to Stryker. 👽 Some examples: /\d{4}\s[a-Z]{2}/; // Mutates to: /\d\s[a-Z]{2}/; // => Quantifier removal /\D{4}\s[a-Z]{2}/; // => Predefi...
github.com