Nico Jansen
Nico Jansen
Wow I think this all could have been avoided with improved docs. > Why is `--files` deprecated. You can do the same with' files' by using `ignorePatterns`. Stryker internally rewrites...
I've transferred this issue because it seems to be related to Stryker.NET and not StrykerJS.
In that case it sounds like a great mutant! 😅 Maybe you could fill `return default;` as replacement text in these cases? I do agree that it is somewhat difficult...
That sounds very reasonable. Maybe this can be documented in an FAQ or troubleshooting guide. We started documenting known issues for StrykerJS in a troubleshooting guide on the website and...
We've implemented our disconnect fix and it's working ever since: https://github.com/stryker-mutator/stryker-js/blob/master/packages/karma-runner/src/karma-plugins/stryker-reporter.ts#L135-L151
+1 here. In https://github.com/stryker-mutator/stryker-js, we've defined 40+ end to end tests in the `/e2e` directory. We also want to make sure StrykerJS works with older versions of test runners, so...
The strangest thing. I've changed our dependabot configuration to _only scan the `/packages` directory_: ```yml version: 2 updates: - package-ecosystem: npm directory: '/packages' ``` But now it isn't searching any...
For anyone interested in this feature, your best shot is to bite the bullet and move to renovate bot: https://github.com/renovatebot/renovate
Hmm very interesting. Would you mind creating a small reproduction project? Either as a zip here, or a git repo is fine.
Wow awesome, thanks for providing this great reproduction repo. Apparently, the `jest` cli sets the `NODE_ENV` environment variable to `test`, which in turn disables the transition animation (or something like...