I'm using Rails and have been comfortable using to drive my JS unit tests
Teaspoon. Is there an equivalent of a test runner for Jest, especially alongside Webpack? (I noticed a
karma-webpack loader, for example, so something similar to that might work also.)
Thank you.