/dom/observable/tentative/observable-switchMap.any.html| status | subtest | message |
|---|---|---|
| FAIL | switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it | Observable is not defined |
| FAIL | switchMap(): result does not complete when the source observable completes, if the inner observable is still active | Observable is not defined |
| FAIL | switchMap(): result emits an error if Mapper callback throws an error | Observable is not defined |
| FAIL | switchMap(): result emits an error if the source observable emits an error | Observable is not defined |
| FAIL | switchMap(): result emits an error if the inner observable emits an error | Observable is not defined |
| FAIL | switchMap(): should unsubscribe in the correct order when user aborts the subscription | Observable is not defined |
bundle built 2026-07-16T07:16:48.063Z