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

[![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/inquirer](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`8.2.2` -> `9.0.0`](https://renovatebot.com/diffs/npm/@types%2finquirer/8.2.2/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@types%2finquirer/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![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/chai](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`4.3.1` -> `4.3.3`](https://renovatebot.com/diffs/npm/@types%2fchai/4.3.1/4.3.3) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fchai/4.3.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

I would like to be able to import mutation reports into SonarQube. SonarQube can [import third-party issues](https://docs.sonarqube.org/latest/analysis/external-issues/) directly from ESLint JSON and TSLint JSON reports. The changes required in StrykerJS...

🚀 Feature request

**Is your feature request related to a problem? Please describe.** Hot reload could be added to our jest-runner plugin. I'm not sure if it is even possible. **Describe the solution...

🚀 Feature request

**Question** Hi. Is anyone aware of configuration or a plugin that would allow StrykerJS to work with a [Next.js](https://github.com/vercel/next.js) app using Typescript and the [now default SWC compiler](https://nextjs.org/docs/advanced-features/compiler) rather than...

🐛 Bug
👶 Good first issue

**Summary** After renaming the src folder and changing all the paths in (angular.json, tsconfig.*.json, stryker.conf.mjs) stryker does not find test files anymore. Unit tests with karma still work fine. There...

🐛 Bug

**Summary** As a followup to https://github.com/stryker-mutator/stryker-js/issues/2736, I'm leaving a small reproducer example of the mentioned problem. https://github.com/Zialus/angular-cnzrtw ``` ➜ angular-cnzrtw git:(main) ✗ npm t > [email protected] test > ng test...

🐛 Bug

**Summary** Stryker doesn't like this code: ```js path[dynamicSegment.slice(1, -1)] = segment; ``` > Unexpected error occurred while running Stryker SyntaxError: src/registry.js:64:10 expressionMutantPlacer could not place mutants with type(s): "MethodExpression". It...

🐛 Bug

**Is your feature request related to a problem? Please describe.** Jest doesn't handle hidden directories well. See #2122. A valid workaround is to not load jest in a hidden directory...

🚀 Feature request
☠ stale