import { DaffReviewsTestingService } from '@daffodil/reviews/driver/testing'
@Injectable()
class DaffReviewsTestingService implements DaffProductReviewsServiceInterface {
list(productId: string): any
}
anyRetrieves the list of reviews for the given product.
| Parameter | productId: string |
|---|---|
| Description |