New Article: Test Sequencing in Jest
A new article about ordering tests in Jest has been added to the catalog.
The code is written in TypeScript and attempts to improve user-perceived responsiveness and speed of the test run. It's achieved by prioritizing tests that failed during the last run and slower tests.