Nico Jansen
Nico Jansen
Sure, go right ahead. There are very similar PRs for different test runners. Feel free to ask questions when you're stuck
Closed with #3439
> It looks like our deprecation of the old package wasn't successful. Well... it was. I just decided to only deprecate the Stryker core package. I first wanted to see...
Dear stale bot, this issue is still present and should still be fixed in the future sweat\
Not yet. It's relatively simple to add though, I simply don't have an example project so I cannot e2e test it and thus don't want to develop it.
Hi @jimCresswell, excellent question. Actually, Stryker doesn't care about which build command you use to build your project. It does however use Babel to perform the actual mutations. Are you...
> Do you have any feeling of the scope of porting the Babel powered mutations to work with SWC? Maybe it just isn't necessary, but I think it's worth asking...
Ah good to know! Then there is a problem with the jest-runner Stryker plugin. Could you try to explicitly specify the jest config file? ```json { "jest": { "projectType": "custom",...
Ah yes, an `async` function is probably not supported! > Final jest config: null ☝ this is the smoking gun! What exactly is your jest.config.js file exporting? A promise that...
A PR would be much appreciated! I've planned 2 days to work on Stryker next week and the week after, so I will have the time to review it.