Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh authored Feb 10, 2022
1 parent 09218bd commit 42284db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Archiving b/c we discovered `jest.getTimerCount()` which is good enough for now.

---


Provides a minimalistic queue for in-flight operations.

This allows tests to change their behavior from "wait until bespoke condition Y is true" to "wait until outstanding
Expand All @@ -7,3 +12,4 @@ This is a standalone package with no dependencies so that it can be called from

In theory this could be useful for driving a mini-dashboard/spinner of "operations in-flight" or "failed async
operations", but really the core reason is to provide a dependency that doesn't need to be mocked out.

0 comments on commit 42284db

Please sign in to comment.