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

**Summary** Seems like I can't use latest [explicit resource management](https://github.com/tc39/proposal-explicit-resource-management) via polyfils (importing them manually from esm-shims and in vitest attaching via setupFiles). **Stryker config** ```js /** @type {import('@stryker-mutator/api/core').PartialStrykerOptions} */...

🐛 Bug