Continuing the topic of frontend tests with jest
, we’re taking a look at StrykerJS today. Stryker Mutator is one of the most popular tools for mutation testing. We recently struggled with configuring StykerJS to work properly with jest
and TypeScript. I’d like to share our solution to these problems in this article.