Someone debugging a test in code-server, the 78k-star VS Code-in-the-browser project, did what all of us do: they focused a single test to iterate faster.



it.only("should change to expired when not active", async () => {






Then it got committed. For roughly seven months, that one .only...