Running tests for a front-end application is no trivial task. There’s TypeScript to compile, dependencies to mock, a virtual browser to run, and code coverage to track. Jest is a powerful ecosystem, but all of this functionality comes with a cost. Jest can be very slow, and while its default…