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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

[![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) | [`16.11.45` -> `16.11.48`](https://renovatebot.com/diffs/npm/@types%2fnode/16.11.45/16.11.48) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.48/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/semver](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`7.3.10` -> `7.3.12`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.3.10/7.3.12) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fsemver/7.3.12/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

**Question** **Can Stryker.conf.json file override the default transformIgnorePattern in Jest ?** In Stryker.conf.json , ``` testRunnerNodeArgs": ["--experimental-vm-modules"], "jest":{ "projectType" : "custom", "config" : { "testEnvironment":"jest-environment-jsdom-sixteen", "transform":{} } } ``` When...

⁉ Question
☠ stale

**Summary** Getting an error in a large Angular project that states `Error: Tried to check file "/Users/jisaecx/WebstormProjects/-/projects/-/src/app/app-routing.module.ts" (which is part of your typescript project), but no watcher is registered for...

🐛 Bug
☠ stale

**Question** Upon starting stryker with just "stryker run" the following error is being presented: `ERROR Stryker Unexpected error occurred while running Stryker { Error: Could not resolve [token "options"] ->...

⁉ Question
☠ stale

**Question** Hi! I'm using Stryker 3 at the project that I work (unfortunately due to some project restrictions I cannot upgrade the stryker version), and when I try to run...

⁉ Question
☠ stale

Add incremental mode. When incremental mode is active, Stryker will use the results from the previous run to determine which mutants need to be retested, yielding much faster results. You...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel)) | [`7.18.9` -> `7.18.10`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.18.9/7.18.10) |...

**Question** Are there plans to support Svelte? **Stryker environment** ``` ├── @stryker-mutator/[email protected] ├── @stryker-mutator/[email protected] ├── @stryker-mutator/[email protected] ``` ``` ├── @stryker-mutator/[email protected] ├── @testing-library/[email protected] ├── @types/[email protected] ├── [email protected] ├── [email protected] ├── [email protected]...

🚀 Feature request
hacktoberfest