GitHub

DaffReviewsTestingService

import { DaffReviewsTestingService } from '@daffodil/reviews/driver/testing'

@Injectable()
class DaffReviewsTestingService implements DaffProductReviewsServiceInterface {
  list(productId: string): Observable<DaffProductReviews>
}

() Methods

list
Observable<DaffProductReviews>

Retrieves the list of reviews for the given product.

Parameters
ParameterproductId: string
Description