Denis
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 
Maybe the better way to use some input like in `react` and `vue`? ``` ```
Still actual for `15.0.2`
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":...