[hf] add unit tests for promise rejection inside `sequence` calls
- context: was worried that failed
Promise
s insidesequence
calls would not be caught - fix: wrote these tests, turns out i was wrong!
Promise
s inside sequence
calls would not be caught