mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
These are based on the source code for selectChoose. I would have liked to have used selectChoose, but the implementation has two await settled()s in it which prevented me from writing the tests I needed to write. These new extension helpers separate selectChoose into two pieces so logic can be placed between the two async actions.