Denis

Results 26 comments of Denis

In docs, there is a warning, that coverage analysis is not supported for jest, maybe this is a source of problems? https://stryker-mutator.io/blog/typescript-coverage-analysis-support/#coverage-analysis-all ![image](https://github.com/stryker-mutator/stryker-js/assets/14067329/6ce29a77-ab5c-407c-9ca3-85d7d1f63c7b)

Maybe the better way to use some input like in `react` and `vue`? ``` ```

The same issue on Gitlab CI. Command `nx format:check --base=XXX` sometimes fails without any output (just `code 1`), but `nx format:check --all` always work (but slower). ``` getconf ARG_MAX >...

@JoshuaKGoldberg I have opened PR, please check it :)

I have same problem

Hi, I just checked. It still reproduces. Part of my config: ``` { "root": true, "plugins": ["@nx", "deprecation", "import", "jest", "jsdoc", "@angular-eslint"], "overrides": [ // ... { "files": ["*.ts"], "extends":...