stryker-js icon indicating copy to clipboard operation
stryker-js copied to clipboard

Mutation testing for JavaScript and friends

Results 191 stryker-js issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** We have had a couple of requests in the past to allow to ignore specific mutants: #2966 #1174 #1470 #1464...

🚀 Feature request
hacktoberfest

**Is your feature request related to a problem? Please describe.** Plugins defined in userspace might want to be able to ignore specific mutants. **Describe the solution you'd like** ```diff //...

🚀 Feature request

**Question** I suspect, but am not sure, that some pages in the docs are no longer required. Specifically these pages: * https://stryker-mutator.io/docs/stryker-js/typescript-checker * https://stryker-mutator.io/docs/stryker-js/guides/react I wanted to add Stryker to...

🐛 Bug
👶 Good first issue
hacktoberfest

Hello, I have been using stryker and jest-runner on my project for a while. A great tool for testing code. But as my code grows, I have to do some...

⁉ Question

WE have an app that has 3 projects in it and in order to run a particular project we have to modify the config file. It would be much more...

🚀 Feature request

**Question** Since our stryker run takes around 2 hours to complete we currently only run it on the default branch. It would be nice if we could still execute just...

🚀 Feature request
👶 Good first issue
☠ stale

**Is your feature request related to a problem? Please describe.** My project uses material-ui's style engine, so the CSS is included in the JS files. Stryker mutates the CSS, but...

🚀 Feature request
☠ stale

First, I'm very very impressed by Stryker, it brings so much value to see how robust your code / how well tested it really is. There's been much of badly...

🚀 Feature request
☠ stale

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`16.11.59` -> `16.11.60`](https://renovatebot.com/diffs/npm/@types%2fnode/16.11.59/16.11.60) |...

We should allow `true` setting for `disabledTypeChecks`. We're currently allowing `false` and `string`. Users expect there to be a `true` as well. With true, every supported file would be disabled...

🐛 Bug