Hacker News new | ask | show | jobs
by deckard1 1864 days ago
I can't even count the number of times I've seen a unit test giving a false positive (or, perhaps more accurately, not even run) because the developer forgot to properly use async/await or use the done callback.