Incorporate mutation testing
What problem do you want to solve?
Test coverage for the project is appropriate, but there's no measure of effectiveness of the tests.
What is the proposed solution?
Add stryker
to the project with an appropriate default configuration. Review mutation test results and update tests/code as appropriate.