[observable-switchMap.any.worker.html] [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it] expected: FAIL [switchMap(): result does not complete when the source observable completes, if the inner observable is still active] expected: FAIL [switchMap(): result emits an error if Mapper callback throws an error] expected: FAIL [switchMap(): result emits an error if the source observable emits an error] expected: FAIL [switchMap(): result emits an error if the inner observable emits an error] expected: FAIL [switchMap(): should unsubscribe in the correct order when user aborts the subscription] expected: FAIL [observable-switchMap.any.html] [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it] expected: FAIL [switchMap(): result does not complete when the source observable completes, if the inner observable is still active] expected: FAIL [switchMap(): result emits an error if Mapper callback throws an error] expected: FAIL [switchMap(): result emits an error if the source observable emits an error] expected: FAIL [switchMap(): result emits an error if the inner observable emits an error] expected: FAIL [switchMap(): should unsubscribe in the correct order when user aborts the subscription] expected: FAIL