GitHub

DaffReviewedProductFactory

import { DaffReviewedProductFactory } from '@daffodil/reviews/testing'

Factory for creating DaffReviewedProducts. It will create a product of random kind with the additional review fields.

@Injectable()
class DaffReviewedProductFactory extends DaffModelFactory<DaffReviewedProduct> {
  create(partial: Partial<DaffReviewedProduct> = {}): DaffReviewedProduct
}

() Methods

Parameters
Parameterpartial: Partial<DaffReviewedProduct>
Default{}
Description