Open Issues Need Help
View All on GitHub Jest race condition 2 months ago
AI Summary: Debug a race condition in Jest tests that interact with Docker containers managed by the TempusStack CLI tool. The issue arises from asynchronous Docker cleanup, causing some tests to fail due to leftover containers from previous tests. The solution requires finding a reliable way to wait for Docker cleanup to complete or exploring alternative testing strategies.
Complexity:
4/5
bug help wanted good first issue question