AntiPattern
Async Test Harness Misuse
async-test-harness-misuse
Async-aware test plumbing fails when mocks/fixtures and execution contexts aren’t created or wrapped with the right async semantics, causing coroutines to leak, missing context managers, or version-dependent jest/runner behavior to break tests.