I have this effect I would like to test:
@Effect() cardProductsRequest$ = this.actions$.pipe( ofType(OrderCardActions.getCardProducts), switchMap((_) => {