Nico Jansen
Nico Jansen
> Stryker needs the index of the executed test. This is the current implementation, correct. > You can configure the `QUnit.config.filter` Could we allow to provide a custom filter `function`...
These mutations don't make sense indeed. If you want to filter them out, you should enable the [TypeScript checker plugin](https://stryker-mutator.io/docs/stryker-js/typescript-checker/) F.y.i. using the TypeScript checker is a tradeoff. On the...
Could you share your config and logging after running with `--fileLogLevel trace`?
I can see you've installed the TypeScript checker, but you didn't configure it. Could try again? ```diff // @ts-check /** @type {import('@stryker-mutator/api/core').PartialStrykerOptions} */ const config = { _comment: "This config...
Your slightly older version of Jest should still be supported. We're running v24 of Jest in our e2e test suite. I tried to get it working by updating the jest...
Hi @ljharb, welcome 👋 This sounds great to me. Until now, I've arbitrarily created command-line options whenever I saw a use case for them or felt the need for them....
This file contains the command line parsing. https://github.com/stryker-mutator/stryker-js/blob/master/packages%2Fcore%2Fsrc%2Fstryker-cli.ts Also the corresponding unit test file. The docs for the website can be found inside the /docs directory.
Great idea! I've been waiting for years for a bachelor student to implement specific angular mutations: https://werkenbij.infosupport.com/jobs/5728791-afstudeeropdracht-in-software-development-angular-template-support-for-strykerjs 🤗 It is a reasonable question to ask. ### Mutation plugins I've been...
Found a workaround by installing `jest-environment-node` myself in the `jest-latest-version` package.
Thanks for the quick response 🙏 This is strange. `pnpm t` now works, but `node --run test` doesn't. Is this also what you expected? ``` nicojs ~/repos/github/jest-bug-pnpm-resolve/test/jest-latest-version (main) $ node...