observable-find.any.js.ini (1145B)
1 [observable-find.any.worker.html] 2 [find(): Promise resolves with the first value that passes the predicate] 3 expected: FAIL 4 5 [find(): Promise resolves with undefined if no value passes the predicate] 6 expected: FAIL 7 8 [find(): Promise rejects with the error emitted from the source Observable] 9 expected: FAIL 10 11 [find(): Promise rejects with any error thrown from the predicate] 12 expected: FAIL 13 14 [find(): Passes the index of the value to the predicate] 15 expected: FAIL 16 17 [find(): Rejects with AbortError when the signal is aborted] 18 expected: FAIL 19 20 21 [observable-find.any.html] 22 [find(): Promise resolves with the first value that passes the predicate] 23 expected: FAIL 24 25 [find(): Promise resolves with undefined if no value passes the predicate] 26 expected: FAIL 27 28 [find(): Promise rejects with the error emitted from the source Observable] 29 expected: FAIL 30 31 [find(): Promise rejects with any error thrown from the predicate] 32 expected: FAIL 33 34 [find(): Passes the index of the value to the predicate] 35 expected: FAIL 36 37 [find(): Rejects with AbortError when the signal is aborted] 38 expected: FAIL