observable-last.any.js.ini (859B)
1 [observable-last.any.worker.html] 2 [last(): Promise resolves to last value] 3 expected: FAIL 4 5 [last(): Promise rejects with emitted error] 6 expected: FAIL 7 8 [last(): Promise rejects with RangeError when source Observable completes without emitting any values] 9 expected: FAIL 10 11 [last(): Aborting a signal rejects the Promise with an AbortError DOMException] 12 expected: FAIL 13 14 [last(): Lifecycle] 15 expected: FAIL 16 17 18 [observable-last.any.html] 19 [last(): Promise resolves to last value] 20 expected: FAIL 21 22 [last(): Promise rejects with emitted error] 23 expected: FAIL 24 25 [last(): Promise rejects with RangeError when source Observable completes without emitting any values] 26 expected: FAIL 27 28 [last(): Aborting a signal rejects the Promise with an AbortError DOMException] 29 expected: FAIL 30 31 [last(): Lifecycle] 32 expected: FAIL