GitHub

DaffCartItemFactory

import { DaffCartItemFactory } from '@daffodil/cart/testing'
@Injectable()
class DaffCartItemFactory extends DaffModelFactory<DaffCartItem> {
  fromProduct(product: DaffProduct): DaffCartItem
}

Properties

Name Type Description
fromProduct DaffCartItem