Nico Jansen

Results 436 comments of Nico Jansen

Sorry for the delay. I still get the same issue. I've removed my `pnpm-lock.yml` file and `node_modules` and run `pnpm i`. I've committed it to the repo so you can...

This seems to work as expected. You're running with `coverageAnalysis: "all"`, which means that StrykerJS cannot detect the specific coverage of newly added tests. Could you try running with `coverageAnalysis:...

Hi there 👋 @pfe-nazaries thanks for the kind words. There is an error in the initial test run (aka 'dry run'). This is the run Stryker performs before activating mutants...

How long does a normal `ng test` take? EDIT: you didn't provide this info. Although 426 mutants isn't a lot, so maybe Stryker was just ramping up and it will...

Can you also share your `karma.conf.js` file? Also, what is the command to start your unit test run? Is it `karma start` or something else?

I like the horizontal approach. Good idea 👍🏻. However, I would like to see "total" to the right, "of covered" to the left. That way the focus remains on the...