Hint about watch mode for tests
If you are running your tests in watch mode by default (Jest or similar) you have your tests doing nothing forever when mutode is trying to run them. It'd be great to have mutode realise this and warn the user, or perhaps set itself up to run common test runners in CI mode.
If I understand right, is because test process keep testing and never exists, marking all mutants as discarded. This should be solved when the possibility of changing the test command that mutode uses is added, which should be soon.
Yep, it never exits. We could even do a very basic detection for this as a timeout on the suite after a few minutes to give the user some feedback.